aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@ba58616d-3abc-4c77-8745-3ba8ad4a582f>2013-04-22 21:53:14 +0000
committereschnett <eschnett@ba58616d-3abc-4c77-8745-3ba8ad4a582f>2013-04-22 21:53:14 +0000
commitccbb717974bfb4edc4b480d38aac5bc04af69fea (patch)
tree7b9b818fe88d9a2a9eaaacf2cb1e05286ba7a368
parent51a50cf5a8995a1b58f427d9fa871790dcd183b4 (diff)
Don't search for library for NO_BUILD
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/libjpeg/trunk@30 ba58616d-3abc-4c77-8745-3ba8ad4a582f
-rwxr-xr-xconfigure.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.sh b/configure.sh
index 5a463d0..4d1b4e1 100755
--- a/configure.sh
+++ b/configure.sh
@@ -11,13 +11,12 @@ fi
set -e # Abort on errors
+
################################################################################
# Search
################################################################################
-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"