summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-09-07 22:43:07 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-09-07 22:43:07 +0000
commit2d16538decbb7838161922ede6881a9b9de568f2 (patch)
tree5ec29ba8d44e859911ad380096206d5c01a54b64 /src
parent17bb7faf2f21869ea6a3336a1ac38587ea675e8f (diff)
downloadirssi-2d16538decbb7838161922ede6881a9b9de568f2.zip
Moved the PL_perl_destruct_level check to configure script, it should
now work with Perl 5.6 too. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@657 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r--src/perl/irssi-perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perl/irssi-perl.c b/src/perl/irssi-perl.c
index af2709ea..c6efac8a 100644
--- a/src/perl/irssi-perl.c
+++ b/src/perl/irssi-perl.c
@@ -38,7 +38,7 @@
# define ERRSV GvSV(errgv)
#endif
-#ifndef PL_perl_destruct_level
+#ifndef HAVE_PL_PERL
# define PL_perl_destruct_level perl_destruct_level
#endif