From 91869fbb08556591787b0096287e9235b71af10d Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Sun, 28 Feb 2016 12:34:52 +0100 Subject: [PATCH] add missing bracket in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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([]) -- 2.47.2