]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove extraneous bracket from configure.ac 1801/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 9 Oct 2014 15:58:21 +0000 (17:58 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 9 Oct 2014 15:58:21 +0000 (17:58 +0200)
configure.ac

index eb4eae802288076f60d017bd7f562629631c8a54..3267d93668201ea4bc9bd03c3705e4984087f67b 100644 (file)
@@ -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],