fix default ed25519 impl check in configure.ac

This commit is contained in:
cathugger
2021-12-08 16:25:58 +00:00
parent d6e2aecf52
commit 73d2791286

View File

@@ -112,7 +112,7 @@ AC_ARG_ENABLE([donna-sse2],
)
# default
AS_IF([test "x$ed25519impl" == "x"],[ed25519impl="donna"])
AS_IF([test "x$ed25519impl" = "x"],[ed25519impl="donna"])
if test "$ed25519impl" = "donna-sse2"
then