0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-27 23:51:04 +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:
Luca Boccassi 2016-02-11 20:30:07 +00:00
parent 0bdc5d0457
commit f777ad8b91

View File

@ -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