diff options
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -554,14 +554,14 @@ else { $thread_cflags="-DTHREADS $thread_cflag $cflags"; $thread_defines .= "#define THREADS\n"; - my $def; - foreach $def (split ' ',$thread_cflag) - { - if ($def =~ s/^-D// && $def !~ /^_/) - { - $thread_defines .= "#define $def\n"; - } - } +# my $def; +# foreach $def (split ' ',$thread_cflag) +# { +# if ($def =~ s/^-D// && $def !~ /^_/) +# { +# $thread_defines .= "#define $def\n"; +# } +# } } $lflags="$libs$lflags"if ($libs ne ""); |