Commit d6e01ff9 authored by Ondrej Zajicek (work)'s avatar Ondrej Zajicek (work)
Browse files

Fix of the previous commit

parent dab6706a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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],