summaryrefslogtreecommitdiff
path: root/config/readline.m4
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-12-17 12:40:50 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-12-17 17:12:57 -0500
commit464bbe3b057bde32b9e0e1aa1f989818dba585db (patch)
treeed9557aaa18b744bcc1766668d42534ff3f6d402 /config/readline.m4
parent6b0e8bdbe37c3a04ba43fb379270df4726502a63 (diff)
some config changes: new --bsd option, readline gives warning, default build is now production.
Diffstat (limited to 'config/readline.m4')
-rw-r--r--config/readline.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/config/readline.m4 b/config/readline.m4
index 44be9ff41..c298f3db4 100644
--- a/config/readline.m4
+++ b/config/readline.m4
@@ -9,6 +9,9 @@ readline_compentry_func_returns_charp=0
READLINE_LIBS=
if test "$with_readline" = no; then
AC_MSG_RESULT([no, readline disabled by user])
+elif test "$with_readline" = check -a -n "$CVC4_BSD_LICENSED_CODE_ONLY"; then
+ AC_MSG_RESULT([no, user requested BSD-compatible dependences only])
+ with_readline=no
else
if test "$with_readline" = check; then
AC_MSG_RESULT([no preference by user, will auto-detect])
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback