From fff480d985e60187d4142db795972bad1853e6cd Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 11 Jan 2014 17:35:16 +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 c466c38e28..cf9e0b5331 100644 --- a/win32utils/Configure +++ b/win32utils/Configure @@ -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) {