8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

Applied patch by Michal Kubecek

This commit is contained in:
alexpeshkoff 2006-11-19 15:40:39 +00:00
parent 85a1c683e4
commit fa39957bb5

View File

@ -430,10 +430,13 @@ dnl Check for libraries
AC_CHECK_LIB(dl, main)
AC_CHECK_LIB(c, main)
AC_CHECK_LIB(m, main)
AC_CHECK_LIB(curses, main)
dnl AC_CHECK_LIB(termcap, main)
if test "$EDITLINE_FLG" = "Y"; then
AC_SUBST(EDITLINE_A, -leditline)
AC_CHECK_LIB(curses, tgetent, , \
AC_CHECK_LIB(ncurses, tgetent, , \
AC_CHECK_LIB(termcap, tgetent, , \
AC_CHECK_LIB(tinfo, tgetent, , \
AC_MSG_ERROR(termcap support not found)))))
AC_SUBST(EDITLINE_A, -leditline)
fi
dnl AC_CHECK_LIB(stdc++, main,,, $LIBS)