]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
We don't use ALLSTATIC anywhere 1981/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 23 Dec 2014 15:59:41 +0000 (16:59 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 23 Dec 2014 15:59:41 +0000 (16:59 +0100)
configure.ac

index e98bf51c405466901ebb4df9e3c5215ef38ee09f..78c66e5720a6ff510fcf3949a7d8c69c6698025b 100644 (file)
@@ -188,7 +188,6 @@ AC_ARG_ENABLE([static-binaries],
   [static=no],
 )
 AC_MSG_RESULT([$static])
-AM_CONDITIONAL([ALLSTATIC], [test "x$static" != "xno"])
 AS_IF([test "x$static" != "xno"],
   [LDFLAGS="-all-static $LDFLAGS"]
 )