]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Implement libz detection.
authorGunnar Beutner <redacted>
Thu, 13 Feb 2014 21:03:10 +0000 (22:03 +0100)
committerGunnar Beutner <redacted>
Thu, 13 Feb 2014 21:03:10 +0000 (22:03 +0100)
configure.ini

index 0caaa2cba77baf6cc221c1f10602c5aabc4ddbff..b9849a5d7159c489f11fb7909785898ed46ee70b 100644 (file)
@@ -3,7 +3,7 @@
 
 # libraries we're gonna search for
 [core]
-libs=pgsql mysql lua pcre sqlite
+libs=pgsql mysql lua pcre sqlite z
 
 # dummy libraries, if a module requires one of these then it needs one of the supplied libraries
 # the first one will be chosen by default, override with --with-key=value
@@ -109,6 +109,10 @@ additionaldirs=5.1
 [libsqlite]
 alwayspresent=1
 
+[libz]
+libname=z
+include=zlib.h
+
 # search these paths for libraries/includes
 [search]
 lib=/usr/lib /usr/local/lib /usr/lib/i386-linux-gnu /usr/lib/x86_64-linux-gnu