From 80e12f2a19b779143f01008325fd80934267932b Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 19 Jun 2015 10:17:53 +0200 Subject: [PATCH] Correctly notice on GSS-TSIG support Show the correct state of GSS-TSIG support, but only if it is enabled. --- configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index d4deb969b6..050826fa1e 100644 --- a/configure.ac +++ b/configure.ac @@ -403,8 +403,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" != "xno"], - [AC_MSG_NOTICE([GSS-TSIG support: yes])], - [AC_MSG_NOTICE([GSS-TSIG support: no])] +AS_IF(test "x$enable_experimental_gss_tsig" == "xyes"], + [AC_MSG_NOTICE([GSS-TSIG support: yes])] ) AC_MSG_NOTICE([]) -- 2.47.2