]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Correctly notice on GSS-TSIG support 2609/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 19 Jun 2015 08:17:53 +0000 (10:17 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 19 Jun 2015 08:17:53 +0000 (10:17 +0200)
Show the correct state of GSS-TSIG support, but only if it is enabled.

configure.ac

index d4deb969b63821d9c645e8c7ba5ab555f4a168ce..050826fa1e4a5a7dfe06f10f9720561f77a8b8d6 100644 (file)
@@ -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([])