X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=configure.in;h=d4556b9352bab3567e7c322ea8a28826b5162c7d;hb=1a2b8c7380b47ce85f10c035bedcc04b1766ce3e;hp=d783cbe15cc97c3f6a0add14df4f1143092b41f7;hpb=e7c54d38271d82a22940c3f149ca67c89437c789;p=pkg%2Fabook.git 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