]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix WIN32 Configure typo
authorFrancis Dupont <fdupont@isc.org>
Sat, 11 Jan 2014 16:35:16 +0000 (17:35 +0100)
committerFrancis Dupont <fdupont@isc.org>
Sat, 11 Jan 2014 16:35:16 +0000 (17:35 +0100)
win32utils/Configure

index c466c38e280d1f899f93ad4962e49f2e5b40432d..cf9e0b5331e938c58cd7bb46227d309ee14476dc 100644 (file)
@@ -564,7 +564,7 @@ foreach (@ARGV) {
     } elsif (/^disable-(.*)$/i) {
         appargs($_);
         myenable($1, "no");
-    } elsif (/^enable-(.$)$/i) {
+    } elsif (/^enable-(.*)$/i) {
         appargs($_);
         myenable($1, "yes");
     } elsif (/^without-(.*)$/i) {