Changeset 2423
- Timestamp:
- Sep 3, 2011 12:52:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coin.m4
r2422 r2423 2132 2132 2133 2133 if test $coin_has_zlib = yes; then 2134 AC_CHECK_LIB([z],[gzopen], ,[coin_has_zlib=no])2134 AC_CHECK_LIB([z],[gzopen],[:],[coin_has_zlib=no]) 2135 2135 fi 2136 2136 … … 2176 2176 2177 2177 if test $coin_has_bzlib = yes; then 2178 AC_CHECK_LIB([bz2],[BZ2_bzReadOpen], ,[coin_has_bzlib=no])2178 AC_CHECK_LIB([bz2],[BZ2_bzReadOpen],[:],[coin_has_bzlib=no]) 2179 2179 fi 2180 2180 … … 2226 2226 # Now we check for readline 2227 2227 if test $coin_has_readline = yes; then 2228 AC_CHECK_LIB([readline],[readline], ,[coin_has_readline=no])2228 AC_CHECK_LIB([readline],[readline],[:],[coin_has_readline=no]) 2229 2229 fi 2230 2230
Note: See TracChangeset
for help on using the changeset viewer.