mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
added hint to LD_LIBRARY_PATH if libsodium is not installed there
This commit is contained in:
@@ -213,7 +213,7 @@ if test "x${_havenacl}" != "xno" -a "x$cross_compile" = "xno"; then
|
|||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
AC_MSG_ERROR([no, libsodium too old. please update your libsodium installation])
|
AC_MSG_ERROR([no, libsodium too old. please update your libsodium installation. or maybe the path in "$LDFLAGS" is not in LD_LIBRARY_PATH?])
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user