From 29ffe7e0d8774163a91fdd4469f7a2ddce8521a6 Mon Sep 17 00:00:00 2001 From: Emmanuel Bouthenot Date: Mon, 23 May 2005 21:52:53 +0000 Subject: [PATCH] Remove unused $PERL_LIB var due to an impoved libperl detection --- configure.in | 1 - weechat/configure.in | 1 - 2 files changed, 2 deletions(-) diff --git a/configure.in b/configure.in index f04b6ee6a..d6f289cf7 100644 --- a/configure.in +++ b/configure.in @@ -149,7 +149,6 @@ it with your software package manager.]) fi AC_MSG_CHECKING(for Perl library) - PERL_LIB=`$PERL -e 'use Config; print "$Config{installprefix}/lib/$Config{libperl}"'` PERL_TEST=`PT=perltest.c ; echo "int main() { return 0; }" > $PT ; $CC -Wall $PT -o $PT.out $($PERL -MExtUtils::Embed -e ldopts) 1>/dev/null 2>&1; echo $?; rm -f $PT $PT.out 1>/dev/null 2>&1` diff --git a/weechat/configure.in b/weechat/configure.in index f04b6ee6a..d6f289cf7 100644 --- a/weechat/configure.in +++ b/weechat/configure.in @@ -149,7 +149,6 @@ it with your software package manager.]) fi AC_MSG_CHECKING(for Perl library) - PERL_LIB=`$PERL -e 'use Config; print "$Config{installprefix}/lib/$Config{libperl}"'` PERL_TEST=`PT=perltest.c ; echo "int main() { return 0; }" > $PT ; $CC -Wall $PT -o $PT.out $($PERL -MExtUtils::Embed -e ldopts) 1>/dev/null 2>&1; echo $?; rm -f $PT $PT.out 1>/dev/null 2>&1`