From d200aa7142f8a288adea64b27c0f69863066a2b8 Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 10 Apr 2013 15:13:39 +0000 Subject: Do not search for existing library when NO_BUILD is given git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@43 5c1b1641-b641-47ec-b3d9-0f93d4c445ee --- configure.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.sh b/configure.sh index a13d862..587380e 100644 --- a/configure.sh +++ b/configure.sh @@ -16,9 +16,7 @@ set -e # Abort on errors # Search ################################################################################ -if [ -z "${LORENE_DIR}" \ - -o "$(echo "${LORENE_DIR}" | tr '[a-z]' '[A-Z]')" = 'NO_BUILD' ] -then +if [ -z "${LORENE_DIR}" ]; then echo "BEGIN MESSAGE" echo "LORENE selected, but LORENE_DIR not set." echo "END MESSAGE" -- cgit v1.2.3