From: Adam Dickmeiss Date: Mon, 15 Apr 2002 12:03:39 +0000 (+0000) Subject: Fix test for rl_completion_over X-Git-Tag: YAZ.1.8.7.CCL~19 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=1f4ebcf4fbc8183c69b79b2b8ea86030732bb659;p=yaz-moved-to-github.git Fix test for rl_completion_over --- diff --git a/configure.in b/configure.in index b7469a7..f684968 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl YAZ Toolkit, Index Data 1994-2001 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.70 2002-04-15 11:19:32 adam Exp $ +dnl $Id: configure.in,v 1.71 2002-04-15 12:03:39 adam Exp $ AC_INIT(include/yaz/yaz-version.h) AM_INIT_AUTOMAKE(yaz, 1.8.7) dnl @@ -137,7 +137,10 @@ if test "$ac_cv_lib_readline_readline" = "yes"; then AC_CHECK_HEADERS(readline/readline.h readline/history.h) OLDLIBS=$LIBS LIBS="$LIBS $READLINE_LIBS" - AC_TRY_LINK([#include ],[ + AC_TRY_LINK([ + #include + #include + ],[ static void f() { rl_attempted_completion_over = 0;