From: Francis Dupont Date: Sat, 11 Jan 2014 16:32:37 +0000 (+0100) Subject: fix WIN32 Configure typo X-Git-Tag: v9.10.0a2~113 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f03747965c663e5d21af52dd111460efea9e8dd7;p=thirdparty%2Fbind9.git fix WIN32 Configure typo --- diff --git a/win32utils/Configure b/win32utils/Configure index 468c195ca9f..bc840419b58 100644 --- a/win32utils/Configure +++ b/win32utils/Configure @@ -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) {