summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 68dd50293..1907e380c 100755
--- a/configure
+++ b/configure
@@ -1482,7 +1482,7 @@ sub write_dynamic_makefile
}
elsif ($line =~ /\/\* \$If: (\w+) \*\//i)
{
- if (($config{$1} ne "y") and ($config{$1} ne "yes") and ($config{$1} ne "1"))
+ if (($config{$1} !~ /y/i) and ($config{$1} ne "1"))
{
# Skip to 'endif'
while (chomp($line = <CPP>))