added LIBS for gcc sodium version check

This commit is contained in:
TLINDEN
2015-04-17 12:06:25 +02:00
parent ce7e1c378a
commit cc4118233e

View File

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