Commit f777ad8b authored by Luca Boccassi's avatar Luca Boccassi

Problem: typo in configure.ac, can't use libsodium

Solution: set the curve_library variable to the expected value if
libsodium is selected
parent 0bdc5d04
......@@ -461,7 +461,7 @@ else
libzmq_pedantic="no" # Disable pedantic warnings
fi
AM_CONDITIONAL(USE_LIBSODIUM, test "$curve_library" == "sodium")
AM_CONDITIONAL(USE_LIBSODIUM, test "$curve_library" == "libsodium")
AM_CONDITIONAL(USE_TWEETNACL, test "$curve_library" == "tweetnacl")
# build using pgm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment