summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9d28d21fa..cabb50706 100644
--- a/configure.ac
+++ b/configure.ac
@@ -208,6 +208,8 @@ AC_PROG_CC
AC_PROG_CXX
AC_PROG_INSTALL
+CVC4_GCC_VERSION
+
# [chris 8/24/2010] The user *must* specify --with-cln to get CLN
# (and, thus, opt in to the GPL dependency).
@@ -1062,3 +1064,10 @@ Install into : $prefix
${licensewarn}Now just type make, followed by make check or make install, as you like.
EOF
+
+if test -n "$CVC4_INTEGRITY_WARNING"; then
+ AC_MSG_WARN([])
+ AC_MSG_WARN($CVC4_INTEGRITY_WARNING)
+ AC_MSG_WARN([Please run "make check" after building to ensure integrity of the binary and library])
+ AC_MSG_WARN([])
+fi
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback