]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add option for enabling GSS-TSIG feature
authorAki Tuomi <cmouse@cmouse.fi>
Thu, 21 May 2015 19:14:47 +0000 (22:14 +0300)
committerAki Tuomi <cmouse@cmouse.fi>
Thu, 28 May 2015 14:42:13 +0000 (17:42 +0300)
configure.ac

index 0b2079782808b0fb896be1a3fdd43bcb6e520b3e..4b81411c51d4794c392081f43e61986c15bb706f 100644 (file)
@@ -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([])