From 08211cf05d4ea05694ecac67d18bb4e490536544 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 25 Mar 2018 20:41:58 +0300 Subject: [PATCH] Test --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 399d5480b..a191d35be 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 $LIBSNARK_INCDIR" +echo "libsnark include directory not found ($LIBSNARK_INCDIR)" fi CPPFLAGS="-I$LIBSNARK_INCDIR $CPPFLAGS"