From 2cee436e9ad78528432592180ec4c4891d82b174 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Tue, 23 Dec 2014 16:59:41 +0100 Subject: [PATCH] We don't use ALLSTATIC anywhere --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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"] ) -- 2.47.2