summaryrefslogtreecommitdiff
path: root/config/readline.m4
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-10-24 22:24:34 +0000
committerMorgan Deters <mdeters@gmail.com>2012-10-24 22:24:34 +0000
commit9c6f99513f27404fdd596217f3a438aee155851e (patch)
treed0da998e9f7fc72141a0db6ab3af18962afa1c3c /config/readline.m4
parenta6ac7fefed613c4d83e577361f98c28a8e18f3a9 (diff)
Includes many fixes to build system for Solaris (thanks Tim!), and also
just in general, and some documentation adjustments.
Diffstat (limited to 'config/readline.m4')
-rw-r--r--config/readline.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/config/readline.m4 b/config/readline.m4
index 90785c7a0..957836285 100644
--- a/config/readline.m4
+++ b/config/readline.m4
@@ -70,6 +70,7 @@ fi
# Try AC_CHECK_LIB(readline) with the given linking libraries
AC_DEFUN([CVC4_TRY_READLINE_WITH], [
if test -z "$READLINE_LIBS"; then
+ unset ac_cv_lib_readline_readline
AC_CHECK_LIB([readline], [readline],
[AC_CHECK_HEADER([readline/readline.h],
[READLINE_LIBS="-lreadline $1"],
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback