From: Kees Monshouwer Date: Sun, 28 Feb 2016 11:34:52 +0000 (+0100) Subject: add missing bracket in configure.ac X-Git-Tag: rec-4.0.0-alpha2~39^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91869fbb08556591787b0096287e9235b71af10d;p=thirdparty%2Fpdns.git add missing bracket in configure.ac --- diff --git a/configure.ac b/configure.ac index ac1926d135..a27bfb01ee 100644 --- a/configure.ac +++ b/configure.ac @@ -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([])