]> granicus.if.org Git - pdns/commitdiff
Add EDDSA support to configure summary
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 15 Mar 2017 12:26:45 +0000 (13:26 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 17 Mar 2017 20:37:20 +0000 (21:37 +0100)
configure.ac
pdns/recursordist/configure.ac

index a43086bbcffd1e39651ebb45ba028abcf0b939a5..0956e2fb1888c1c34ab6f4d9f27fcbdd49a4e82f 100644 (file)
@@ -348,6 +348,10 @@ AS_IF([test "x$libcrypto_ecdsa" == "xyes"],
   [AC_MSG_NOTICE([OpenSSL ecdsa: yes])],
   [AC_MSG_NOTICE([OpenSSL ecdsa: no])]
 )
+AS_IF([test "x$LIBSODIUM_LIBS" != "x"],
+  [AC_MSG_NOTICE([libsodium ed25519: yes])],
+  [AC_MSG_NOTICE([libsodium ed25519: no])]
+)
 AS_IF([test "x$needsqlite3" != "x"],
   [AC_MSG_NOTICE([SQLite3: yes])],
   [AC_MSG_NOTICE([SQLite3: no])]
index fa9fbd8a31ddab95ce02a04e3584a603012d310e..6f411e4a4e381d2b1b55d76d8ee01d58b41f6c82 100644 (file)
@@ -208,6 +208,10 @@ AS_IF([test "x$LUAPC" != "x"],
     [AC_MSG_NOTICE([Lua/LuaJit: no])])
 ])
 AC_MSG_NOTICE([OpenSSL ECDSA: $libcrypto_ecdsa])
+AS_IF([test "x$LIBSODIUM_LIBS" != "x"],
+  [AC_MSG_NOTICE([libsodium ed25519: yes])],
+  [AC_MSG_NOTICE([libsodium ed25519: no])]
+)
 AS_IF([test "x$PROTOBUF_LIBS" != "x" -a x"$PROTOC" != "x"],
   [AC_MSG_NOTICE([Protobuf: yes])],
   [AC_MSG_NOTICE([Protobuf: no])]