added hint to LD_LIBRARY_PATH if libsodium is not installed there

This commit is contained in:
TLINDEN
2015-04-16 21:20:38 +02:00
parent 5759c4c1c2
commit 8f2b3e2a8d

View File

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