mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-19 18:03:50 +00:00
Problem: piece of garbage ended up in configure.ac
Solution: remove it
This commit is contained in:
parent
7129187f87
commit
94c7087e36
@ -422,7 +422,7 @@ AS_IF([test "x$with_libsodium" = "xyes"], [
|
|||||||
|
|
||||||
AC_ARG_ENABLE([curve],
|
AC_ARG_ENABLE([curve],
|
||||||
AS_HELP_STRING([--disable-curve], [disable CURVE security [default=no]]))
|
AS_HELP_STRING([--disable-curve], [disable CURVE security [default=no]]))
|
||||||
x
|
|
||||||
if test "x$enable_curve" == "xno"; then
|
if test "x$enable_curve" == "xno"; then
|
||||||
curve_library=""
|
curve_library=""
|
||||||
AC_MSG_NOTICE([CURVE security is disabled])
|
AC_MSG_NOTICE([CURVE security is disabled])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user