summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-07-08 17:51:55 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-07-08 17:51:55 +0000
commit1f2aa72a828035cc31ea64010025f9298085dbd7 (patch)
tree0a5185e1077eef711d4c69956e10a0773c955235 /m4
parentb838c922272f9fe793a25e5c93423e63273e0cde (diff)
Fucking zlib checker
Diffstat (limited to 'm4')
-rw-r--r--m4/check_zlib.m43
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