[MPlayer-cvslog] CVS: main configure,1.1112,1.1113
Dominik Mierzejewski CVS
syncmail at mplayerhq.hu
Sun Dec 25 15:00:07 CET 2005
CVS change done by Dominik Mierzejewski CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv31637
Modified Files:
configure
Log Message:
prefer newer terminfo-capable libraries (ncurses or terminfo)
over the old termcap
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1112
retrieving revision 1.1113
diff -u -r1.1112 -r1.1113
--- configure 25 Dec 2005 07:21:42 -0000 1.1112
+++ configure 25 Dec 2005 14:00:04 -0000 1.1113
@@ -3063,7 +3063,7 @@
int main(void) { tgetent(); return 0; }
EOF
_termcap=no
- for _ld_tmp in "-ltermcap" "-ltinfo" "-lncurses"; do
+ for _ld_tmp in "-lncurses" "-ltinfo" "-ltermcap"; do
cc_check $_ld_tmp && _ld_termcap="$_ld_tmp" && _termcap=yes && break
done
fi
More information about the MPlayer-cvslog
mailing list