aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.sh b/configure.sh
index 107e7f3..2927992 100755
--- a/configure.sh
+++ b/configure.sh
@@ -29,9 +29,7 @@ fi
# Search
################################################################################
-if [ -z "${MPI_DIR}" \
- -o "$(echo "${MPI_DIR}" | tr '[a-z]' '[A-Z]')" = 'NO_BUILD' ]
-then
+if [ -z "${MPI_DIR}" ]; then
echo "BEGIN MESSAGE"
echo "MPI selected, but MPI_DIR not set. Checking some places..."
echo "END MESSAGE"