summaryrefslogtreecommitdiff
path: root/lib/Automake/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Automake/Config.in')
-rw-r--r--lib/Automake/Config.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/Automake/Config.in b/lib/Automake/Config.in
index 6661d0342..f6a447fb6 100644
--- a/lib/Automake/Config.in
+++ b/lib/Automake/Config.in
@@ -23,7 +23,7 @@ require Exporter;
our @ISA = qw (Exporter);
our @EXPORT = qw ($APIVERSION $PACKAGE $PACKAGE_BUGREPORT $VERSION
- $RELEASE_YEAR $libdir $perl_threads);
+ $RELEASE_YEAR $libdir);
# Parameters set by configure. Not to be changed. NOTE: assign
# VERSION as string so that e.g. version 0.30 will print correctly.
@@ -34,14 +34,6 @@ our $VERSION = '@VERSION@';
our $RELEASE_YEAR = '@RELEASE_YEAR@';
our $libdir = '@datadir@/@PACKAGE@-@APIVERSION@';
-our $perl_threads = 0;
-# We need at least this version for CLONE support.
-if (eval { require 5.007_002; })
- {
- use Config;
- $perl_threads = $Config{useithreads};
- }
-
1;
### Setup "GNU" style for perl-mode and cperl-mode.