From d6e01ff90024fcee259eb145f38a0f5b000e4798 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Wed, 17 May 2017 17:30:23 +0200 Subject: [PATCH] Fix of the previous commit --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5d36d8e2..91f89edf 100644 --- a/configure.ac +++ b/configure.ac @@ -361,10 +361,10 @@ if test "$enable_client" = yes ; then [$TINFO_LIBS] ) - AC_SEARCH_LIBS([add_history], [history], + AC_SEARCH_LIBS([add_history], [history readline], [HISTORY_LIBS="$LIBS"; LIBS=""], [AC_MSG_ERROR([The client requires GNU Readline library. Either install the library or use --disable-client to compile without the client.])], - [$READLINE_LIBS $TINFO_LIBS] + [$TINFO_LIBS] ) AC_CHECK_LIB([readline], [rl_crlf],