From 7ccc5b61508033d44083ab3a76039e95f6703385 Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 10 Apr 2013 15:14:14 +0000 Subject: Do not search for existing library when NO_BUILD is given git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/libjpeg/trunk@27 ba58616d-3abc-4c77-8745-3ba8ad4a582f --- configure.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.sh b/configure.sh index 703f3c7..d014575 100755 --- a/configure.sh +++ b/configure.sh @@ -10,9 +10,7 @@ if [ "$(echo ${VERBOSE} | tr '[:upper:]' '[:lower:]')" = 'yes' ]; then fi set -e # Abort on errors -if [ -z "${LIBJPEG_DIR}" \ - -o "$(echo "${LIBJPEG_DIR}" | tr '[a-z]' '[A-Z]')" = 'NO_BUILD' ] -then +if [ -z "${LIBJPEG_DIR}" ]; then echo "BEGIN MESSAGE" echo "LIBJPEG selected, but LIBJPEG_DIR not set. Checking some places..." echo "END MESSAGE" -- cgit v1.2.3