From: Aki Tuomi Date: Thu, 21 May 2015 19:14:47 +0000 (+0300) Subject: Add option for enabling GSS-TSIG feature X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~79^2~9^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcc4170a4ee64e7d3dc9cdcdd513c293c4593517;p=thirdparty%2Fpdns.git Add option for enabling GSS-TSIG feature --- diff --git a/configure.ac b/configure.ac index 0b20797828..4b81411c51 100644 --- a/configure.ac +++ b/configure.ac @@ -187,6 +187,7 @@ PDNS_ENABLE_BOTAN PDNS_ENABLE_PKCS11 PDNS_WITH_CRYPTOPP PDNS_ENABLE_ED25519 +PDNS_ENABLE_GSS_TSIG AS_IF([test "x$static" != "xno"], [ LDFLAGS="-all-static $LDFLAGS" @@ -408,4 +409,8 @@ 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])] +) AC_MSG_NOTICE([])