summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f80f6cc)
raw | patch | inline | side by side (parent: f80f6cc)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 8 Jan 2014 12:13:03 +0000 (13:13 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 8 Jan 2014 12:13:03 +0000 (13:13 +0100) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index c1718a7b0681a17b378a667402c422a576a9881c..ac281225e0a703cb0478aa4a809f358bcf3360ff 100644 (file)
--- a/configure.ac
+++ b/configure.ac
fi
have_libreadline="no"
-if test "x$have_libedit" = "xno"; then
+if test "x$have_libedit" != "xyes"; then
if test "x$readline_support" = "xauto" \
|| test "x$readline_support" = "xlibreadline"; then
AC_CHECK_LIB([readline], [readline],