This commit is contained in:
jl777
2018-03-25 19:51:08 +03:00
parent e9fac08611
commit 39b00d0594

View File

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