diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in index e50f647e..b33f4432 100644 --- a/configure.in +++ b/configure.in @@ -477,13 +477,6 @@ if test "$want_perl" != "no"; then else PERL_LDFLAGS=`$perlpath -MExtUtils::Embed -e ldopts 2>/dev/null` - dnl * Perl 5.004 and older use perl_xxx variables while - dnl * later use PL_perl_xxx variables .. - have_pl_perl=`$perlpath -e 'print $] < 5.005 ? "no" : "yes";'` - if test "x$have_pl_perl" = "xyes"; then - AC_DEFINE(HAVE_PL_PERL) - fi - if test "x$DYNLIB_MODULES" = "xno" -a "$want_perl" != "static"; then dnl * wanted perl as module, won't get it. want_perl=static |