diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 17589 2009-10-04 12:56:18Z lrknox . +# From configure.in Id: configure.in 17616 2009-10-08 15:17:30Z mamcgree . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.64 for HDF5 1.9.48. # @@ -23291,7 +23291,7 @@ else fi - if test -n "$HAVE_DMALLOC"; then + if test -n "$HAVE_DMALLOC" -a -n "$dmalloc_lib"; then AM_LDFLAGS="$AM_LDFLAGS -L$dmalloc_lib" fi @@ -23507,7 +23507,7 @@ if test "x$ac_cv_func_compress2" = x""yes; then : fi - if test -n "$HAVE_ZLIB"; then + if test -n "$HAVE_ZLIB" -a -n "$zlib_lib"; then AM_LDFLAGS="$AM_LDFLAGS -L$zlib_lib" fi @@ -23726,7 +23726,7 @@ else fi - if test -n "$HAVE_SZLIB"; then + if test -n "$HAVE_SZLIB" -a -n "$szlib_lib"; then AM_LDFLAGS="$AM_LDFLAGS -L$szlib_lib" fi |