From: Jaakko Heinonen Date: Sun, 10 Mar 2002 20:51:03 +0000 (+0000) Subject: fixed an error in readline detection X-Git-Tag: upstream/0.6.1~2^2~291 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=1a2b8c7380b47ce85f10c035bedcc04b1766ce3e;p=pkg%2Fabook.git fixed an error in readline detection --- 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