mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
added LIBS for gcc sodium version check
This commit is contained in:
@@ -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([[
|
||||
|
||||
Reference in New Issue
Block a user