Changeset 1688 for trunk/Clp/configure.ac
- Timestamp:
- Mar 1, 2011 9:58:10 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/configure.ac
r1670 r1688 52 52 # Initialize automake and libtool 53 53 AC_COIN_INIT_AUTO_TOOLS 54 55 if test "$GXX" = "yes" ; then 56 case "$CXX" in 57 icpc* | */icpc* | icc ) 58 ;; 59 *) 60 CXXFLAGS="$CXXFLAGS -Wno-long-long" 61 ;; 62 esac 63 fi 54 64 55 65 #############################################################################
Note: See TracChangeset
for help on using the changeset viewer.