From f169f8ac5a447013aa896340e6372e6b9ebb178b Mon Sep 17 00:00:00 2001 From: jaortega Date: Sat, 18 Nov 2000 00:50:31 +0000 Subject: new try at a fix for configuration in Mandrake 7.0 --- configure.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index dbf3774..3ff5d91 100644 --- a/configure.in +++ b/configure.in @@ -31,12 +31,12 @@ test "x$prefix" = xNONE && prefix=$ac_default_prefix AC_DEFINE_UNQUOTED(LOCALEDIR, "${prefix}/share/locale") dnl Check for readline and history -AC_CHECK_LIB(readline, readline, , - [AC_MSG_WARN(Cannot find GNU readline lib, using default flag) - LIBS = "$LIBS -lreadline"]) +AC_CHECK_LIB(readline, completion_matches, , + [AC_MSG_WARN(Cannot find GNU readline lib... using default flag) + LIBS="$LIBS -lreadline"]) AC_CHECK_LIB(history, add_history, , - [AC_MSG_WARN(Cannot find GNU history lib, using default flag) - LIBS = "$LIBS -lhistory"]) + [AC_MSG_WARN(Cannot find GNU history lib... using default flag) + LIBS="$LIBS -lhistory"]) dnl Check for glib AM_PATH_GLIB(1.2.0, -- cgit v1.2.3