]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Report PKCS#11 support in configure and --version
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 5 Sep 2017 09:32:58 +0000 (11:32 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 5 Sep 2017 11:42:56 +0000 (13:42 +0200)
configure.ac
pdns/version.cc

index e478e668bde82c88d76e357fc46e30865318d817..948393afd48a9627e0d204fd401d7877bb790a17 100644 (file)
@@ -367,6 +367,9 @@ AS_IF([test "x$LUAPC" != "x"],
     [AC_MSG_NOTICE([LuaJit: $LUAJITPC])],
     [AC_MSG_NOTICE([Lua/LuaJit: no])])
 ])
+AS_IF([test "x$enable_experimental_pkcs11" = "xyes"],
+  [AC_MSG_NOTICE([PKCS-11: yes])]
+)
 AS_IF([test "x$enable_experimental_gss_tsig" = "xyes"],
   [AC_MSG_NOTICE([GSS-TSIG: yes])]
 )
index 4ed8b7be0b1a17179bc9f6afecbf96a58e57ef43..5c37324d156bc2f9499b01acb21622225d283211 100644 (file)
@@ -102,6 +102,9 @@ void showBuildConfiguration()
 #ifdef REMOTEBACKEND_ZEROMQ
     "remotebackend-zeromq" <<
 #endif
+#ifdef HAVE_P11KIT1
+    "PKCS#11" <<
+#endif
 #ifdef VERBOSELOG
     "verboselog" <<
 #endif