From: Ruben Kerkhof Date: Thu, 9 Oct 2014 15:58:21 +0000 (+0200) Subject: Remove extraneous bracket from configure.ac X-Git-Tag: rec-3.7.0-rc1~189^2~30^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1801%2Fhead;p=thirdparty%2Fpdns.git Remove extraneous bracket from configure.ac --- diff --git a/configure.ac b/configure.ac index eb4eae8022..3267d93668 100644 --- a/configure.ac +++ b/configure.ac @@ -204,7 +204,7 @@ AC_MSG_RESULT([$static]) AM_CONDITIONAL([ALLSTATIC], [test "x$static" != "xno"]) AS_IF([test "x$static" != "xno"], [LDFLAGS="-all-static $LDFLAGS"] -]) +) modules="bind gmysql geo random" AC_ARG_WITH([modules],