From b6223850bda0758e6348f884f36c1fec0979c981 Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 10 Apr 2013 15:13:01 +0000 Subject: Do not search for existing library when NO_BUILD is given git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/FFTW3/trunk@21 325d7946-0b50-4e3b-902a-3a8d69fbdfa6 --- configure.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.sh b/configure.sh index 8c1ec45..6898c4a 100644 --- a/configure.sh +++ b/configure.sh @@ -16,9 +16,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" -- cgit v1.2.3