mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 19:12:08 -04:00
_MSV_VER -> _MSC_VER
This commit is contained in:
parent
fcb2309a9a
commit
95f4b49ba1
1 changed files with 1 additions and 1 deletions
|
|
@ -1243,7 +1243,7 @@ if (grep { -f and -x } ".\\mscver.exe") {
|
|||
die "can't get _MSC_VER value: $compret\n";
|
||||
}
|
||||
if ($verbose) {
|
||||
print "_MSV_VER == $msc_ver\n";
|
||||
print "_MSC_VER == $msc_ver\n";
|
||||
}
|
||||
if ($msc_ver < 1600) {
|
||||
print STDERR "warning: old version of C++ compiler/Visual Studio\n";
|
||||
|
|
|
|||
Loading…
Reference in a new issue