summaryrefslogtreecommitdiff
path: root/config/readline.m4
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-12-17 17:14:45 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-12-17 17:14:45 -0500
commitf411ca8ce97f488fd0db0a79abe8b4e61521ae69 (patch)
tree4112cd96e30928f4b57787eabe98a0aaa178540e /config/readline.m4
parent5186ca79710fe935d1f7ed27c4a34e913ab547e8 (diff)
parent464bbe3b057bde32b9e0e1aa1f989818dba585db (diff)
Merge branch '1.3.x'
Conflicts: COPYING NEWS
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