]> git.pld-linux.org Git - packages/xchat-gnome.git/blame - perl-detect.patch
- release 10 (by relup.sh)
[packages/xchat-gnome.git] / perl-detect.patch
CommitLineData
14099315
JR
1--- xchat-gnome-0.26.1/configure.ac~ 2009-04-12 15:49:32.000000000 +0200
2+++ xchat-gnome-0.26.1/configure.ac 2014-09-15 22:56:20.000621295 +0200
3@@ -173,7 +173,7 @@
4
5 if test "x$have_perl" != "xno"; then
6 AC_MSG_CHECKING(for Perl header files)
7- PERL_HEADER_TEST=`PT=perltest.c ; echo "#include <EXTERN.h>" > $PT; echo "#include <perl.h>" >> $PT; echo "#include <XSUB.h>" >> $PT ; echo "int main() { return 0; }" >> $PT ; $CC -Wall $PT -o $PT.out $($PERL -MExtUtils::Embed -e ccopts) 1>/dev/null 2>&1; echo $?; rm -f $PT $PT.out 1>/dev/null 2>&1`
8+ PERL_HEADER_TEST=`PT=perltest.c ; echo "#include <EXTERN.h>" > $PT; echo "#include <perl.h>" >> $PT; echo "#include <XSUB.h>" >> $PT ; echo "int main() { return 0; }" >> $PT ; $CC -c -Wall $PT -o $PT.out $($PERL -MExtUtils::Embed -e ccopts) 1>/dev/null 2>&1; echo $?; rm -f $PT $PT.out 1>/dev/null 2>&1`
9
10 if test "x$PERL_HEADER_TEST" = "x0" ; then
11 PERL_CFLAGS=`$PERL -MExtUtils::Embed -e ccopts`
This page took 0.112308 seconds and 4 git commands to generate.