From: Ruben Kerkhof Date: Wed, 23 Jul 2014 08:09:28 +0000 (+0200) Subject: Don't link to zlib X-Git-Tag: auth-3.4.0-rc1~32^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1615%2Fhead;p=thirdparty%2Fpdns.git Don't link to zlib The bindbackend dropped support for compressed zones in 2007 --- diff --git a/configure.ac b/configure.ac index 80495997f3..c5c8ace5eb 100644 --- a/configure.ac +++ b/configure.ac @@ -91,8 +91,6 @@ dnl Checks for library functions. AC_CHECK_FUNCS([strcasestr]) # Check for libdl -LIBS="$LIBS -lz" - my_save_LIBS="$LIBS" LIBS="" AC_CHECK_LIB(dl,dlopen)