0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-27 07:31:03 +08:00

Problem: piece of garbage ended up in configure.ac

Solution: remove it
This commit is contained in:
Pieter Hintjens 2016-02-17 12:40:44 +01:00
parent 7129187f87
commit 94c7087e36

View File

@ -422,7 +422,7 @@ AS_IF([test "x$with_libsodium" = "xyes"], [
AC_ARG_ENABLE([curve],
AS_HELP_STRING([--disable-curve], [disable CURVE security [default=no]]))
x
if test "x$enable_curve" == "xno"; then
curve_library=""
AC_MSG_NOTICE([CURVE security is disabled])