From f182290e9168f65e4da6b7edc6c53577362110bd Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 5 Apr 2000 16:21:20 +0000 Subject: Fixed a typo in configuration of HDF5. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1529 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/extras/HDF5/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/make/extras/HDF5/setup.sh b/lib/make/extras/HDF5/setup.sh index 06f1d0ac..1180ce9f 100755 --- a/lib/make/extras/HDF5/setup.sh +++ b/lib/make/extras/HDF5/setup.sh @@ -62,7 +62,7 @@ grep -qe '#define HAVE_LIBZ 1' ${HDF5_DIR}/include/H5config.h 2> /dev/null test_zlib=$? if [ $test_compress2 -eq 0 -o $test_zlib -eq 0 ] ; then - if test -z "$LIBZ_DIR" -a test -r /usr/lib/libz.a ; then + if test -z "$LIBZ_DIR" -a ! -r /usr/lib/libz.a ; then echo "HDF5 library was compiled with libz, searching for libz.a ..." CCTK_Search LIBZ_DIR "/usr/local/lib c:/packages/libz" libz.a if test -z "$LIBZ_DIR" ; then -- cgit v1.2.3