Changeset 2428
- Timestamp:
- Sep 3, 2011 1:10:44 PM (9 years ago)
- Location:
- ThirdParty/SoPlex/stable/1.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/SoPlex/stable/1.0
- Property svn:mergeinfo changed
/ThirdParty/SoPlex/trunk merged: 2355,2426
- Property svn:mergeinfo changed
-
ThirdParty/SoPlex/stable/1.0/configure
r2392 r2428 1099 1099 optimize for fast installation [default=yes] 1100 1100 --disable-libtool-lock avoid locking (might break parallel builds) 1101 -- enable-gnu-packages compile with GNU packages (disabled by default)1101 --disable-zlib do not compile with compression library zlib 1102 1102 1103 1103 Optional Packages: … … 20746 20746 ########################################################################### 20747 20747 20748 # Check whether --enable-gnu-packages or --disable-gnu-packages was given. 20749 if test "${enable_gnu_packages+set}" = set; then 20750 enableval="$enable_gnu_packages" 20751 coin_enable_gnu=$enableval 20752 else 20753 coin_enable_gnu=no 20748 20749 20750 20751 20752 20753 20754 coin_has_zlib=no 20755 20756 # Check whether --enable-zlib or --disable-zlib was given. 20757 if test "${enable_zlib+set}" = set; then 20758 enableval="$enable_zlib" 20759 coin_enable_zlib=$enableval 20760 else 20761 coin_enable_zlib=yes 20754 20762 fi; 20755 20763 20756 20757 20758 20759 20760 20761 20762 coin_has_zlib=no 20763 if test $coin_enable_gnu = yes; then 20764 if test $coin_enable_zlib = yes; then 20764 20765 #if test x"" = x; then 20765 20766 # hdr="#include <zlib.h>" … … 20986 20987 echo "${ECHO_T}$ac_cv_lib_z_gzopen" >&6 20987 20988 if test $ac_cv_lib_z_gzopen = yes; then 20989 : 20990 else 20991 coin_has_zlib=no 20992 fi 20993 20994 fi 20995 20996 if test $coin_has_zlib = yes; then 20988 20997 20989 20998 SOPLEX_LIBS="-lz $SOPLEX_LIBS" … … 20991 21000 SOPLEX_LIBS_INSTALLED="-lz $SOPLEX_LIBS_INSTALLED" 20992 21001 20993 :20994 else20995 coin_has_zlib=no20996 fi20997 20998 fi20999 21000 if test $coin_has_zlib = yes; then21001 21002 21002 21003 cat >>confdefs.h <<\_ACEOF
Note: See TracChangeset
for help on using the changeset viewer.