aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index 4d1b4e1..0d35c8b 100755
--- a/configure.sh
+++ b/configure.sh
@@ -16,7 +16,7 @@ set -e # Abort on errors
# Search
################################################################################
-if [ -z "${LIBJPEG_DIR}" ] then
+if [ -z "${LIBJPEG_DIR}" ]; then
echo "BEGIN MESSAGE"
echo "LIBJPEG selected, but LIBJPEG_DIR not set. Checking some places..."
echo "END MESSAGE"
@@ -65,6 +65,7 @@ if [ -z "${LIBJPEG_DIR}" ] then
fi
+
################################################################################
# Build
################################################################################