Author: bojan
Date: Wed Feb  7 15:28:00 2007
New Revision: 504735

URL: http://svn.apache.org/viewvc?view=rev&rev=504735
Log:
Backport r504716 from the trunk

Modified:
    httpd/apreq/branches/v2_09/build/version_check.pl

Modified: httpd/apreq/branches/v2_09/build/version_check.pl
URL: 
http://svn.apache.org/viewvc/httpd/apreq/branches/v2_09/build/version_check.pl?view=diff&rev=504735&r1=504734&r2=504735
==============================================================================
--- httpd/apreq/branches/v2_09/build/version_check.pl (original)
+++ httpd/apreq/branches/v2_09/build/version_check.pl Wed Feb  7 15:28:00 2007
@@ -218,7 +218,7 @@
 my $saw = $1;
 my $fail;
 
-if ($saw =~ /^(\d+)(\.(\d+))$/) {
+if ($saw =~ /^(\d+)(\.(\d+))$/ and $version =~ /^(\d+)(\.(\d+))$/) {
     $fail = $saw < $version;
 } else {
     my @version = split /\./, $version;


Reply via email to