From: Ruben Kerkhof Date: Tue, 23 Dec 2014 15:59:41 +0000 (+0100) Subject: We don't use ALLSTATIC anywhere X-Git-Tag: rec-3.7.0-rc1~90^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1981%2Fhead;p=thirdparty%2Fpdns.git We don't use ALLSTATIC anywhere --- diff --git a/configure.ac b/configure.ac index e98bf51c40..78c66e5720 100644 --- a/configure.ac +++ b/configure.ac @@ -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"] )