Code

configure: Fixed --with-readline=libreadline checks.
authorSebastian Harl <sh@tokkee.org>
Wed, 8 Jan 2014 12:13:03 +0000 (13:13 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 8 Jan 2014 12:13:03 +0000 (13:13 +0100)
configure.ac

index c1718a7b0681a17b378a667402c422a576a9881c..ac281225e0a703cb0478aa4a809f358bcf3360ff 100644 (file)
@@ -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],