summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-10-07 22:54:43 +0000
committerMorgan Deters <mdeters@gmail.com>2010-10-07 22:54:43 +0000
commitb63e4a11733051728397f7d4ecb3b205fbd81dab (patch)
tree04dad54f11fd1f7a80c3a8b30bb344ad9786283f /configure.ac
parent557e6c09dcc9068e848796772bc775542f4fc599 (diff)
type checking for define-fun in production builds; related to (and might resolve) bug 212
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d2033ac1f..ced90d56f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -228,10 +228,10 @@ if test $cvc4_use_cln = 1; then
[cvc4_use_cln=1],
[if test $cvc4_use_cln = 0; then
# fall back to GMP
- AC_MSG_NOTICE([CLN not installed (or too old), will use gmp])
+ AC_MSG_NOTICE([CLN not installed (or too old) or pkgconfig missing, will use gmp])
else
# fail
- AC_MSG_ERROR([CLN not installed (or too old)])
+ AC_MSG_ERROR([CLN not installed (or too old) or pkgconfig missing])
fi
]
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback