aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configure.sh')
-rw-r--r--configure.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.sh b/configure.sh
index a2b2185..2ef6a80 100644
--- a/configure.sh
+++ b/configure.sh
@@ -47,9 +47,7 @@ fi
# Search
################################################################################
-if [ -z "${HDF5_DIR}" \
- -o "$(echo "${HDF5_DIR}" | tr '[a-z]' '[A-Z]')" = 'NO_BUILD' ]
-then
+if [ -z "${HDF5_DIR}" ]; then
echo "BEGIN MESSAGE"
echo "HDF5 selected, but HDF5_DIR not set. Checking some places..."
echo "END MESSAGE"