summaryrefslogtreecommitdiffstats
path: root/net/bahamut/patches/010-dont-use-host-zlib.patch
blob: ef8029ce5a96763a3cc23f3ecb3ff7050b6381ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/configure b/configure
index 4ef7659..c774c65 100755
--- a/configure
+++ b/configure
@@ -8009,11 +8009,6 @@ fi
 # zlib test
 # ripped from http://autoconf-archive.cryp.to/check_zlib.html
 #
-ZLIB_HOME=/usr/local
-if test ! -f "${ZLIB_HOME}/include/zlib.h"
-then
-        ZLIB_HOME=/usr
-fi
 if test -n "${ZLIB_HOME}"
 then
         ZLIB_OLD_LDFLAGS=$LDFLAGS