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

index 468c195ca9f666c7c19a248883a883f3facb1627..bc840419b5834197c64e426ffd88bee32f5f9d32 100644 (file)
@@ -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) {