mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
fix WIN32 Configure typo
This commit is contained in:
parent
6736c84f11
commit
f03747965c
1 changed files with 1 additions and 1 deletions
|
|
@ -568,7 +568,7 @@ foreach (@ARGV) {
|
|||
} elsif (/^disable-(.*)$/i) {
|
||||
appargs($_);
|
||||
myenable($1, "no");
|
||||
} elsif (/^enable-(.$)$/i) {
|
||||
} elsif (/^enable-(.*)$/i) {
|
||||
appargs($_);
|
||||
myenable($1, "yes");
|
||||
} elsif (/^without-(.*)$/i) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue