From: Ondrej Zajicek (work) Date: Wed, 17 May 2017 15:30:23 +0000 (+0200) Subject: Fix of the previous commit X-Git-Tag: v2.0.0~79^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6e01ff90024fcee259eb145f38a0f5b000e4798;p=thirdparty%2Fbird.git Fix of the previous commit --- diff --git a/configure.ac b/configure.ac index 5d36d8e29..91f89edf2 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],