mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +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
|
fi
|
||||||
|
|
||||||
if test "x${_havenacl}" != "xno" -a "x$cross_compile" = "xno"; then
|
if test "x${_havenacl}" != "xno" -a "x$cross_compile" = "xno"; then
|
||||||
|
LIBS="-lsodium" # gcc
|
||||||
AC_MSG_CHECKING([libsodium version compatible])
|
AC_MSG_CHECKING([libsodium version compatible])
|
||||||
AC_RUN_IFELSE([
|
AC_RUN_IFELSE([
|
||||||
AC_LANG_PROGRAM([[
|
AC_LANG_PROGRAM([[
|
||||||
|
|||||||
Reference in New Issue
Block a user