From a2dd1d4301ec5b046f684e46715aa272c23594d7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 25 Mar 2018 20:39:58 +0300 Subject: [PATCH] Test --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c3eca0717..399d5480b 100644 --- a/configure.ac +++ b/configure.ac @@ -759,7 +759,7 @@ if test -d "$LIBSNARK_INCDIR"; then echo "Found libsnark include directory: $LIBSNARK_INCDIR" else #AC_MSG_ERROR(libsnark include directory not found) -echo "libsnark include directory not found" +echo "libsnark include directory not found $LIBSNARK_INCDIR" fi CPPFLAGS="-I$LIBSNARK_INCDIR $CPPFLAGS"