[Mplayer-cvslog] CVS: main configure,1.489,1.490
pl
pl at mplayerhq.hu
Mon Jun 3 16:18:16 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_test.c,NONE,1.1 vf.c,1.31,1.32 Makefile,1.42,1.43
- Next message: [Mplayer-cvslog] CVS: main/Gui events.c,1.6,1.7 events.h,1.9,1.10 interface.c,1.16,1.17 interface.h,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv20146
Modified Files:
configure
Log Message:
bugfix for cygwin (reports 2.95.3-5)
spotted by "Sycotic Smith" <sycotic at linuxmail.org>
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.489
retrieving revision 1.490
diff -u -r1.489 -r1.490
--- configure 1 Jun 2002 23:51:55 -0000 1.489
+++ configure 3 Jun 2002 14:18:13 -0000 1.490
@@ -379,15 +379,14 @@
if test "$_skip_cc_check" != yes ; then
for _cc in $_cc gcc-3.1 gcc3 gcc-3.0 cc ; do
echocheck "$_cc version"
- cc_name=`$_cc -v 2>&1 | tail -1 | cut -d ' ' -f 1`
- #cc_version=`$_cc -v 2>&1 | sed -n 's/^.*version \([aegcygnustp-]*[0-9.]*\).*$/\1/p'`
- cc_version=`$_cc -dumpversion`
+ cc_name=`( $_cc -v ) 2>&1 | tail -1 | cut -d ' ' -f 1`
+ cc_version=`( $_cc -dumpversion ) 2>&1`
case $cc_version in
'')
cc_version="v. ?.??, bad"
cc_verc_fail=yes
;;
- 2.95.[2-9]|2.95.[2-9].[0-9]|3.[0-9]|3.[0-9].[0-9])
+ 2.95.[2-9]|2.95.[2-9][-.][0-9]|3.[0-9]|3.[0-9].[0-9])
cc_version="$cc_version, ok"
cc_verc_fail=no
;;
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_test.c,NONE,1.1 vf.c,1.31,1.32 Makefile,1.42,1.43
- Next message: [Mplayer-cvslog] CVS: main/Gui events.c,1.6,1.7 events.h,1.9,1.10 interface.c,1.16,1.17 interface.h,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list