mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
fix default ed25519 impl check in configure.ac
This commit is contained in:
@@ -112,7 +112,7 @@ AC_ARG_ENABLE([donna-sse2],
|
|||||||
)
|
)
|
||||||
|
|
||||||
# default
|
# default
|
||||||
AS_IF([test "x$ed25519impl" == "x"],[ed25519impl="donna"])
|
AS_IF([test "x$ed25519impl" = "x"],[ed25519impl="donna"])
|
||||||
|
|
||||||
if test "$ed25519impl" = "donna-sse2"
|
if test "$ed25519impl" = "donna-sse2"
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user