From 1a2b8c7380b47ce85f10c035bedcc04b1766ce3e Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Sun, 10 Mar 2002 20:51:03 +0000 Subject: [PATCH] fixed an error in readline detection --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d783cbe..d4556b9 100644 --- a/configure.in +++ b/configure.in @@ -48,7 +48,7 @@ dnl -------------------------- AC_LIB_READLINE -if test x$ac_lib_readline = xno -o x$ac_cv_lib_readline_history = xno; then +if test x$ac_cv_lib_readline = xno -o x$ac_cv_lib_readline_history = xno; then AC_MSG_ERROR([*** readline library not found or it doesn't support history ***]) fi -- 2.39.2