From 8f2b3e2a8d9b41d777ad3040d4bec5a81de39b3b Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Thu, 16 Apr 2015 21:20:38 +0200 Subject: [PATCH] added hint to LD_LIBRARY_PATH if libsodium is not installed there --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9387745..4225336 100755 --- a/configure.ac +++ b/configure.ac @@ -213,7 +213,7 @@ if test "x${_havenacl}" != "xno" -a "x$cross_compile" = "xno"; then 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