From cc4118233e70fd0699f650de2247ffd0dba9b1f1 Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Fri, 17 Apr 2015 12:06:25 +0200 Subject: [PATCH] added LIBS for gcc sodium version check --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 4225336..3c1ed58 100755 --- a/configure.ac +++ b/configure.ac @@ -201,6 +201,7 @@ if test "x${_havenacl}" = "xno"; then fi if test "x${_havenacl}" != "xno" -a "x$cross_compile" = "xno"; then + LIBS="-lsodium" # gcc AC_MSG_CHECKING([libsodium version compatible]) AC_RUN_IFELSE([ AC_LANG_PROGRAM([[