From f777ad8b9177b9b4658a1064202b6d3004790029 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Thu, 11 Feb 2016 20:30:07 +0000 Subject: [PATCH] Problem: typo in configure.ac, can't use libsodium Solution: set the curve_library variable to the expected value if libsodium is selected --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0d8c57af..41590714 100644 --- a/configure.ac +++ b/configure.ac @@ -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