mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 23:23:02 +01:00
Fixed CORE-1421: RPM libstdc++ version dependency
This commit is contained in:
parent
ba5b321861
commit
d7f4bfb9ca
@ -510,12 +510,13 @@ AC_CHECK_LIB(dl, main)
|
|||||||
AC_CHECK_LIB(c, main)
|
AC_CHECK_LIB(c, main)
|
||||||
AC_CHECK_LIB(m, main)
|
AC_CHECK_LIB(m, main)
|
||||||
if test "$EDITLINE_FLG" = "Y"; then
|
if test "$EDITLINE_FLG" = "Y"; then
|
||||||
AC_CHECK_LIB(curses, tgetent, , \
|
AC_CHECK_LIB(curses, tgetent, TERMLIB=curses, \
|
||||||
AC_CHECK_LIB(ncurses, tgetent, , \
|
AC_CHECK_LIB(ncurses, tgetent, TERMLIB=ncurses, \
|
||||||
AC_CHECK_LIB(termcap, tgetent, , \
|
AC_CHECK_LIB(termcap, tgetent, TERMLIB=termcap, \
|
||||||
AC_CHECK_LIB(tinfo, tgetent, , \
|
AC_CHECK_LIB(tinfo, tgetent, TERMLIB=tinfo, \
|
||||||
AC_MSG_ERROR(termcap support not found)))))
|
AC_MSG_ERROR(termcap support not found)))))
|
||||||
fi
|
fi
|
||||||
|
AC_SUBST(TERMLIB)
|
||||||
if test "$RT_LIB_CHECK" = "true"; then
|
if test "$RT_LIB_CHECK" = "true"; then
|
||||||
AC_CHECK_LIB(rt, main)
|
AC_CHECK_LIB(rt, main)
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user