#1443: check for zlib fails when providing a specific path
This commit is contained in:
parent
9693451402
commit
73eb503b4c
|
@ -20,7 +20,6 @@ else
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
fi])
|
fi])
|
||||||
|
|
||||||
ZLIB_HOME=/usr/local
|
|
||||||
if test ! -f "${ZLIB_HOME}/include/zlib.h"
|
if test ! -f "${ZLIB_HOME}/include/zlib.h"
|
||||||
then
|
then
|
||||||
ZLIB_HOME=/usr
|
ZLIB_HOME=/usr
|
||||||
|
|
Loading…
Reference in New Issue