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"