]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Don't link to zlib 1615/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 23 Jul 2014 08:09:28 +0000 (10:09 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 23 Jul 2014 08:09:28 +0000 (10:09 +0200)
The bindbackend dropped support for
compressed zones in 2007

configure.ac

index 80495997f32a1cdac1bbf5dab752c92cb9fbbefd..c5c8ace5ebe9182b8d8c6085631765e94bee5312 100644 (file)
@@ -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)