From 7181b2fd829deba1d29297123793d4cf74bdccfd Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Thu, 9 Oct 2014 17:58:21 +0200 Subject: [PATCH] Remove extraneous bracket from configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- 2.47.2