aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@d47fded2-66c1-406f-af09-4fc0800f9c6b>2013-05-11 23:45:00 +0000
committerrhaas <rhaas@d47fded2-66c1-406f-af09-4fc0800f9c6b>2013-05-11 23:45:00 +0000
commit0f25e500a25bec52e32ebf518f026050be346e1d (patch)
tree745d09742f4691ab8ed3d6f425e9ad76f7b3a79a
parent1bb5d081a9c86d4d41ab2a6fe3cb4a9875b75704 (diff)
zlib: separate ']' from preceding text
techinically ']' is a shell-command so needs to be whitespace separated from the word before it. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/zlib/trunk@30 d47fded2-66c1-406f-af09-4fc0800f9c6b
-rw-r--r--configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index 9092d7c..2884129 100644
--- a/configure.sh
+++ b/configure.sh
@@ -171,7 +171,7 @@ fi
# Set options
if [ "${ZLIB_DIR}" != '/usr' -a "${ZLIB_DIR}" = '/usr/local' -a \
- "${ZLIB_DIR}" != 'NO_BUILD']
+ "${ZLIB_DIR}" != 'NO_BUILD' ]
then
: ${ZLIB_INC_DIRS="${ZLIB_DIR}/include"}
: ${ZLIB_LIB_DIRS="${ZLIB_DIR}/lib"}