Add GCC 3.3 detection (for -fvisibility=hidden) Index: config/cf/xorg.cf =================================================================== RCS file: /cvs/xorg/xc/config/cf/xorg.cf,v retrieving revision 1.45 diff -u -p -r1.45 xorg.cf --- config/cf/xorg.cf 1 Feb 2005 02:02:31 -0000 1.45 +++ config/cf/xorg.cf 24 Feb 2005 04:09:55 -0000 @@ -1500,6 +1500,14 @@ XFREE86JAPANESEDOCDIR = $(DOCDIR)/Japane # else # define Gcc28Warnings /* */ # endif +# ifndef HasGcc33 +# if (((GccMajorVersion == 3) && (GccMinorVersion >= 3)) || \ + (GccMajorVersion > 3)) +# define HasGcc33 YES +# else +# define HasGcc33 NO +# endif +# endif # ifndef HasGcc34 # if (((GccMajorVersion == 3) && (GccMinorVersion >= 4)) || \ (GccMajorVersion > 3))