fix WIN32 Configure typo
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user