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
This commit is contained in:
Timo Sirainen 2000-09-07 22:43:07 +00:00 committed by cras
commit 2d16538dec
3 changed files with 9 additions and 1 deletions

View file

@ -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