mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 07:31:03 +08:00
Problem: typo in configure.ac, can't use libsodium
Solution: set the curve_library variable to the expected value if libsodium is selected
This commit is contained in:
parent
0bdc5d0457
commit
f777ad8b91
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user