COIN-OR::LEMON - Graph Library

Changes in / [297:92b193385702:295:7c796c1cf1b0] in lemon-1.2


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r296 r273  
    2222lx_cmdline_cxxflags_set=${CXXFLAGS+set}
    2323
    24 dnl Do compilation tests using the C++ compiler.
    25 AC_LANG([C++])
    26 
    2724dnl Checks for programs.
    2825AC_PROG_CXX
     
    3532AC_CHECK_PROG([gs_found],[gs],[yes],[no])
    3633
    37 dnl Detect Intel compiler.
    38 AC_MSG_CHECKING([whether we are using the Intel C++ compiler])
    39 AC_COMPILE_IFELSE([#ifndef __INTEL_COMPILER
    40 choke me
    41 #endif], [ICC=[yes]], [ICC=[no]])
    42 if test x"$ICC" = x"yes"; then
    43   AC_MSG_RESULT([yes])
    44 else
    45   AC_MSG_RESULT([no])
    46 fi
    47 
    4834dnl Set custom compiler flags when using g++.
    49 if test x"$lx_cmdline_cxxflags_set" != x"set" -a "$GXX" = yes -a "$ICC" = no; then
     35if test x"$lx_cmdline_cxxflags_set" != x"set" -a "$GXX" = yes; then
    5036  CXXFLAGS="$CXXFLAGS -Wall -W -Wall -W -Wunused -Wformat=2 -Wctor-dtor-privacy -Wnon-virtual-dtor -Wno-char-subscripts -Wwrite-strings -Wno-char-subscripts -Wreturn-type -Wcast-qual -Wcast-align -Wsign-promo -Woverloaded-virtual -Woverloaded-virtual -ansi -fno-strict-aliasing -Wold-style-cast -Wno-unknown-pragmas"
    5137fi
Note: See TracChangeset for help on using the changeset viewer.