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 1da1c23..e7d3426 100644
--- a/configure.sh
+++ b/configure.sh
@@ -15,9 +15,7 @@ set -e # Abort on errors
# Search
################################################################################
-if [ -z "${FFTW3_DIR}" \
- -o "$(echo "${FFTW3_DIR}" | tr '[a-z]' '[A-Z]')" = 'NO_BUILD' ]
-then
+if [ -z "${FFTW3_DIR}" ] then
echo "BEGIN MESSAGE"
echo "FFTW3 selected, but FFTW3_DIR not set. Checking some places..."
echo "END MESSAGE"