COIN-OR::LEMON - Graph Library

Changeset 1905:b0b3fa857d72 in lemon-0.x for configure.ac


Ignore:
Timestamp:
01/25/06 16:03:45 (18 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2480
Message:

Do not append -Wall -W to CXXFLAGS when it is set on the commandline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r1863 r1905  
    77AC_PREREQ([2.59])
    88
     9lx_cmdline_cxxflags_set=${CXXFLAGS+set}
     10
    911dnl Checks for programs.
    1012AC_PROG_CXX
     
    1416AC_PROG_LIBTOOL
    1517
    16 if test $CXX != icc -a $CXX != icpc; then
     18if test x"$lx_cmdline_cxxflags_set" != x"set" -a "$GXX" = yes; then
    1719  CXXFLAGS="$CXXFLAGS -Wall -W"
    1820fi
Note: See TracChangeset for help on using the changeset viewer.