summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure16
1 files changed, 8 insertions, 8 deletions
diff --git a/Configure b/Configure
index cfa06fab59..5a46712da8 100755
--- a/Configure
+++ b/Configure
@@ -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 "");