summaryrefslogtreecommitdiff
path: root/config/readline.m4
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-01-08 15:27:26 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2014-01-08 15:27:26 -0500
commit312918e68d4410359b55258dc2b9e9cdfb21f211 (patch)
treea2c733aec7957b5b9d0a0b3bd448c5b47c5d5c3f /config/readline.m4
parent6991f30f87149638d05f621d72edb6483d5d83ac (diff)
Switch license default back to BSD, and add --best and --enable-gpl options.
Diffstat (limited to 'config/readline.m4')
-rw-r--r--config/readline.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/config/readline.m4 b/config/readline.m4
index c298f3db4..e9ce921fb 100644
--- a/config/readline.m4
+++ b/config/readline.m4
@@ -9,8 +9,8 @@ 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])
+elif test "$with_readline" = check -a "$CVC4_BSD_LICENSED_CODE_ONLY" = 1; then
+ AC_MSG_RESULT([no, using BSD-compatible dependences only])
with_readline=no
else
if test "$with_readline" = check; then
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback