summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-06-26 00:27:42 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-06-26 00:27:42 -0400
commit7b3aaa55f2e544b752640f99b3516292bda181b7 (patch)
tree69b0f9835f25d8bf746dffe0ce91d4d553908506 /configure.ac
parentc7027a8d2843edf2f16203a40c5b9546024d58bc (diff)
Minor language bindings fixes.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 6970a7ae2..ab1abdf53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1465,9 +1465,11 @@ EOF
if test -n "$CVC4_UNSUPPORTED_LANGUAGE_BINDINGS"; then
AC_MSG_WARN([])
- AC_MSG_WARN([You are electing to build unsupported language binding(s): $CVC4_UNSUPPORTED_LANGUAGE_BINDINGS])
- AC_MSG_WARN([Please be aware that these bindings may not compile, or work, and the interface to CVC4 via])
- AC_MSG_WARN([these bindings may change drastically in upcoming releases of CVC4.])
+ AC_MSG_WARN([You are electing to build unsupported language binding(s):])
+ AC_MSG_WARN([ $CVC4_UNSUPPORTED_LANGUAGE_BINDINGS])
+ AC_MSG_WARN([Please be aware that these bindings may not compile, or])
+ AC_MSG_WARN([work, and the interface to CVC4 via these bindings may])
+ AC_MSG_WARN([change drastically in upcoming releases of CVC4.])
AC_MSG_WARN([])
fi
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback