[MPlayer-dev-eng] [PATCH] gcc detection in configure

Diego Biurrun diego at biurrun.de
Wed Oct 23 01:43:01 CEST 2002


Hi!

configure chokes on detecting gcc 2.95.3-10 (cygwin) and reports it as bad.
The following tiny patch fixes this.

Diego
-------------- next part --------------
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.581
diff -u -r1.581 configure
--- configure   21 Oct 2002 01:52:14 -0000      1.581
+++ configure   23 Oct 2002 00:09:06 -0000
@@ -422,7 +422,7 @@
       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][-.]*|3.[0-9]|3.[0-9].[0-9])
       cc_version="$cc_version, ok"
       cc_verc_fail=no
       ;;


More information about the MPlayer-dev-eng mailing list