From 754c57ce53748ee52bffdfad7de14cfcd48b0846 Mon Sep 17 00:00:00 2001 From: eschnett Date: Mon, 3 Sep 2012 18:43:56 +0000 Subject: Don't use system version if HDF5_DIR=BUILD git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@61 fb53df36-e548-4a1e-8150-ab98cbd5e786 --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index 2b1fd95..d209412 100644 --- a/configure.sh +++ b/configure.sh @@ -48,7 +48,7 @@ fi ################################################################################ if [ -z "${HDF5_DIR}" \ - -o "$(echo "${HDF5_DIR}" | tr '[a-z]' '[A-Z]')" = 'BUILD' ] + -o "$(echo "${HDF5_DIR}" | tr '[a-z]' '[A-Z]')" = 'NO_BUILD' ] then echo "BEGIN MESSAGE" echo "HDF5 selected, but HDF5_DIR not set. Checking some places..." -- cgit v1.2.3