From 39b00d05947b6cc361d512b77c5c5daebb8183b9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 25 Mar 2018 19:51:08 +0300 Subject: [PATCH] Test --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 276c603a7..c3eca0717 100644 --- a/configure.ac +++ b/configure.ac @@ -758,7 +758,8 @@ echo 'Hunting for libsnark include directory...' if test -d "$LIBSNARK_INCDIR"; then echo "Found libsnark include directory: $LIBSNARK_INCDIR" else - AC_MSG_ERROR(libsnark include directory not found) +#AC_MSG_ERROR(libsnark include directory not found) +echo "libsnark include directory not found" fi CPPFLAGS="-I$LIBSNARK_INCDIR $CPPFLAGS"