Fix the handling of "enable: 0" in version.conf.

svn path=/trunk/; revision=13109
This commit is contained in:
Gerald Combs 2005-01-18 16:00:57 +00:00
parent e2ba7ba242
commit e7e26224b2
1 changed files with 2 additions and 0 deletions

View File

@ -236,6 +236,8 @@ if (-d "./.svn") {
&update_config_nmake;
} elsif ($version_pref{"enable"} == 0) {
print "Version tag disabled in $vconf_file.\n";
$last = 0;
$revision = 0;
} else {
print "SVN version tag will be computed.\n";
}