mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
Remove support for perl 5.004 and older.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4706 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ffe5bd6930
commit
4fb888ce80
8 changed files with 0 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue