diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-08 17:51:55 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-08 17:51:55 +0000 |
commit | 1f2aa72a828035cc31ea64010025f9298085dbd7 (patch) | |
tree | 0a5185e1077eef711d4c69956e10a0773c955235 | |
parent | b838c922272f9fe793a25e5c93423e63273e0cde (diff) |
Fucking zlib checker
-rw-r--r-- | m4/check_zlib.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/check_zlib.m4 b/m4/check_zlib.m4 index 61923dc..f5ebe98 100644 --- a/m4/check_zlib.m4 +++ b/m4/check_zlib.m4 @@ -44,11 +44,14 @@ else AC_MSG_RESULT(no) fi]) +# Added 'RX - totally fucked up script +if test ! -f "${ZLIB_HOME}/include/zlib.h" ZLIB_HOME=/usr/local if test ! -f "${ZLIB_HOME}/include/zlib.h" then ZLIB_HOME=/usr fi +fi # # Locate zlib, if wanted |