]> git.pld-linux.org Git - packages/Firebird.git/blame_incremental - Firebird-editline.patch
- updated to 2.5.4.26856
[packages/Firebird.git] / Firebird-editline.patch
... / ...
CommitLineData
1--- Firebird-2.5.0.26074-0/configure.in.orig 2010-09-08 10:44:05.000000000 +0200
2+++ Firebird-2.5.0.26074-0/configure.in 2010-10-27 22:32:38.567739367 +0200
3@@ -652,10 +652,10 @@
4 AC_SEARCH_LIBS(dlopen, dl)
5 AC_CHECK_LIB(m, main)
6 if test "$EDITLINE_FLG" = "Y"; then
7+ AC_CHECK_LIB(tinfo, tgetent, TERMLIB=tinfo, \
8 AC_CHECK_LIB(curses, tgetent, TERMLIB=curses, \
9 AC_CHECK_LIB(ncurses, tgetent, TERMLIB=ncurses, \
10 AC_CHECK_LIB(termcap, tgetent, TERMLIB=termcap, \
11- AC_CHECK_LIB(tinfo, tgetent, TERMLIB=tinfo, \
12 AC_MSG_ERROR(termcap support not found)))))
13 AC_SUBST(TERMLIB)
14 XE_APPEND(-l$TERMLIB, LIBS)
This page took 0.022599 seconds and 4 git commands to generate.