mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-20 05:49:10 +00:00
fix default ed25519 impl check in configure.ac
This commit is contained in:
parent
d6e2aecf52
commit
73d2791286
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue