mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Fix of the previous commit
This commit is contained in:
parent
dab6706aba
commit
d6e01ff900
@ -361,10 +361,10 @@ if test "$enable_client" = yes ; then
|
|||||||
[$TINFO_LIBS]
|
[$TINFO_LIBS]
|
||||||
)
|
)
|
||||||
|
|
||||||
AC_SEARCH_LIBS([add_history], [history],
|
AC_SEARCH_LIBS([add_history], [history readline],
|
||||||
[HISTORY_LIBS="$LIBS"; LIBS=""],
|
[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.])],
|
[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],
|
AC_CHECK_LIB([readline], [rl_crlf],
|
||||||
|
Loading…
Reference in New Issue
Block a user