Author: rurban
Date: Wed Jan 28 11:36:46 2009
New Revision: 36108

Modified:
   trunk/config/auto/gcc.pm

Log:
print the gccversion in Configure analog to msvc



Modified: trunk/config/auto/gcc.pm
==============================================================================
--- trunk/config/auto/gcc.pm    (original)
+++ trunk/config/auto/gcc.pm    Wed Jan 28 11:36:46 2009
@@ -83,8 +83,7 @@
     }
     my $gccversion = $major;
     $gccversion .= ".$minor" if defined $minor;
-    print " (yep: $gccversion )" if $verbose;
-    $self->set_result('yes');
+    $self->set_result("yes, $gccversion");
 
     my $ccwarn = $conf->data->get('ccwarn');
 

Reply via email to