diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2008-02-05 01:01:06 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-02-05 01:01:06 +0000 |
commit | 4fb888ce80f9185d5635a9722dc7b28f4cdf4800 (patch) | |
tree | d78709052620735f32dbec7b3c07f2f9774b665a /configure.in | |
parent | ffe5bd693092ed66840a64d8c0164c5999fc4adb (diff) | |
download | irssi-4fb888ce80f9185d5635a9722dc7b28f4cdf4800.zip |
Remove support for perl 5.004 and older.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4706 dbcabf3a-b0e7-0310-adc4-f8d773084564
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 |