AC_MSG_NOTICE([----------------])
AC_MSG_NOTICE([Lua: $LUAPC])
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$LIBSODIUM_LIBS" != "x" || test "x$LIBDECAF_LIBS" != "x" || test "x$libcrypto_ed25519" = "xyes"],
+ [AC_MSG_NOTICE([ed25519: yes])],
+ [AC_MSG_NOTICE([ed25519: no])]
)
- AS_IF([test "x$LIBDECAF_LIBS" != "x"],
- [AC_MSG_NOTICE([libdecaf ed25519 and ed448: yes])],
- [AC_MSG_NOTICE([libdecaf ed25519 and ed448: no])]
+ AS_IF([test "x$LIBDECAF_LIBS" != "x" || test "x$libcrypto_ed448" = "xyes"],
+ [AC_MSG_NOTICE([ed448: yes])],
+ [AC_MSG_NOTICE([ed448: no])]
)
-AS_IF([test "x$BOTAN_LIBS" != "x"],
- [AC_MSG_NOTICE([Botan gost: yes])],
- [AC_MSG_NOTICE([Botan gost: no])]
-)
AS_IF([test "x$PROTOBUF_LIBS" != "x" -a x"$PROTOC" != "x"],
[AC_MSG_NOTICE([Protobuf: yes])],
[AC_MSG_NOTICE([Protobuf: no])]