From 591ec2416f934ed8ec891df30126c1ca5f562cc9 Mon Sep 17 00:00:00 2001 From: eschnett Date: Mon, 20 May 2013 20:25:28 +0000 Subject: Correct setting ZLIB paths git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/zlib/trunk@34 d47fded2-66c1-406f-af09-4fc0800f9c6b --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"} -- cgit v1.2.3