From 48a129c98440237e81a316ca7b48a354d49bdc14 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 8 Jan 2014 13:13:03 +0100 Subject: [PATCH] configure: Fixed --with-readline=libreadline checks. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c1718a7..ac28122 100644 --- a/configure.ac +++ b/configure.ac @@ -309,7 +309,7 @@ else 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], -- 2.30.2