Re: svn commit: r290799 - /perl/modperl/trunk/lib/Apache2/Build.pm
[EMAIL PROTECTED] wrote: $Config{gccversion} = '3.3 20030304 (Apple Computer, Inc. build 1809)'; Boo! -- END What doesn't kill us can only make us stronger. Nothing is impossible.
svn commit: r290799 - /perl/modperl/trunk/lib/Apache2/Build.pm
Author: gozer Date: Wed Sep 21 12:39:38 2005 New Revision: 290799 URL: http://svn.apache.org/viewcvs?rev=290799&view=rev Log: When detecting gcc version, we need to filter out the cruft that's _not_ the version number. On my OSX box, for instance: $Config{gccversion} = '3.3 20030304 (Apple Compu