summaryrefslogtreecommitdiff
path: root/config/bindings.m4
diff options
context:
space:
mode:
Diffstat (limited to 'config/bindings.m4')
-rw-r--r--config/bindings.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/config/bindings.m4 b/config/bindings.m4
index 416a338da..5306c8c77 100644
--- a/config/bindings.m4
+++ b/config/bindings.m4
@@ -143,9 +143,9 @@ else
esac
if test "$binding_error" = yes; then
if test "$cvc4_check_for_bindings" = no; then
- AC_MSG_ERROR([Language binding \`$binding' requested by user, but it cannot be built.])
+ AC_MSG_ERROR([Language binding \`$binding' requested by user, but it cannot be built (the preceding few lines should give an indication why this is).])
else
- AC_MSG_WARN([Language binding \`$binding' cannot be built.])
+ AC_MSG_WARN([Language binding \`$binding' cannot be built (the preceding few lines should give an indication why this is).])
fi
else
CVC4_LANGUAGE_BINDINGS="${CVC4_LANGUAGE_BINDINGS:+$CVC4_LANGUAGE_BINDINGS }$binding"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback