fix WIN32 Configure typo

This commit is contained in:
Francis Dupont
2014-01-11 17:35:16 +01:00
parent 590ffb7a4d
commit fff480d985
+1 -1
View 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) {