From 4c83e3df6d79cc802619b675699b49906ae184ca Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 10 Apr 2013 15:13:12 +0000 Subject: Do not search for existing library when NO_BUILD is given git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@36 9e23cc15-e5c8-4d65-9080-beda90ea645b --- configure.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.sh b/configure.sh index 13bb1ab..4263526 100644 --- a/configure.sh +++ b/configure.sh @@ -16,9 +16,7 @@ set -e # Abort on errors # Search ################################################################################ -if [ -z "${GSL_DIR}" \ - -o "$(echo "${GSL_DIR}" | tr '[a-z]' '[A-Z]')" = 'NO_BUILD' ] -then +if [ -z "${GSL_DIR}" ]; then echo "BEGIN MESSAGE" echo "GSL selected, but GSL_DIR not set. Checking some places..." echo "END MESSAGE" -- cgit v1.2.3