[MPlayer-dev-eng] [PATCH] gcc3 checking in configure

malc malc at tmbg.co.uk
Mon Jan 21 00:51:05 CET 2002


Somehow, whoever committed my previous patch to cvs lost the line which
unsets the cc_verc_fail on detecting a valid gcc3. No bother, I have
sorted it, the following simple patch fixes this and adds printing the
version found in the gcc3 check (which should help debugging!) This
patch was made against current CVS as of now, so should be ok.

Malc.

[root at terminator main]# diff -u configure.old configure
--- configure.old Mon Jan 21 07:41:22 2002
+++ configure Mon Jan 21 07:46:41 2002
@@ -351,6 +351,7 @@
  ;;
       2.95.[2-9]|2.95.[2-9].[0-9]|3.[0-9]|3.[0-9].[0-9])
         cc_version="$cc_version, ok"
+ unset cc_verc_fail
         ;;
       *)
         cc_version="$cc_version, bad"
@@ -358,6 +359,7 @@
         ;;
     esac
   fi
+  echores "$cc_version"
   if test "$cc_verc_fail" ; then
     cat <<EOF






More information about the MPlayer-dev-eng mailing list