]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
add missing bracket in configure.ac 3476/head
authorKees Monshouwer <mind04@monshouwer.org>
Sun, 28 Feb 2016 11:34:52 +0000 (12:34 +0100)
committermind04 <mind04@monshouwer.org>
Sun, 28 Feb 2016 11:34:52 +0000 (12:34 +0100)
configure.ac

index ac1926d135879d404f2552d91c28dc4a0bdfecca..a27bfb01eee6088c1dcd9e9e491ac63f43e5cf3c 100644 (file)
@@ -372,7 +372,7 @@ AS_IF([test "x$LUAPC" != "x"],
   [AC_MSG_NOTICE([Lua support: $LUAPC])],
   [AC_MSG_NOTICE([Lua support: no])]
 )
-AS_IF(test "x$enable_experimental_gss_tsig" == "xyes"],
+AS_IF([test "x$enable_experimental_gss_tsig" == "xyes"],
   [AC_MSG_NOTICE([GSS-TSIG support: yes])]
 )
 AC_MSG_NOTICE([])