From f03747965c663e5d21af52dd111460efea9e8dd7 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 11 Jan 2014 17:32:37 +0100 Subject: [PATCH] fix WIN32 Configure typo --- win32utils/Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32utils/Configure b/win32utils/Configure index 468c195ca9..bc840419b5 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) {