aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configure.sh')
-rw-r--r--configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index 2884129..b37080f 100644
--- a/configure.sh
+++ b/configure.sh
@@ -170,7 +170,7 @@ fi
################################################################################
# Set options
-if [ "${ZLIB_DIR}" != '/usr' -a "${ZLIB_DIR}" = '/usr/local' -a \
+if [ "${ZLIB_DIR}" != '/usr' -a "${ZLIB_DIR}" != '/usr/local' -a \
"${ZLIB_DIR}" != 'NO_BUILD' ]
then
: ${ZLIB_INC_DIRS="${ZLIB_DIR}/include"}