[Mplayer-cvslog] CVS: main configure,1.281,1.282
Arpi of Ize
arpi at mplayer.dev.hu
Tue Nov 20 20:28:18 CET 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv20442
Modified Files:
configure
Log Message:
USE_TERMIOS -> HAVE_TERMIOS
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -r1.281 -r1.282
--- configure 20 Nov 2001 16:16:47 -0000 1.281
+++ configure 20 Nov 2001 19:28:16 -0000 1.282
@@ -1177,9 +1177,9 @@
_termios=no
fi
if test "$_termios" = yes ; then
- _def_termios='#define USE_TERMIOS 1'
+ _def_termios='#define HAVE_TERMIOS 1'
else
- _def_termios='#undef USE_TERMIOS'
+ _def_termios='#undef HAVE_TERMIOS'
fi
echores "$_termios"
More information about the MPlayer-cvslog
mailing list