updated for version 7.0-088

This commit is contained in:
vimboss
2006-09-05 15:32:11 +00:00
parent 6dbd94e8cf
commit 4784eeae56
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -4014,7 +4014,7 @@ rm -f conftest.err conftest.$ac_objext \
LDFLAGS=$ldflags_save
if test $perl_ok = yes; then
if test "X$perlcppflags" != "X"; then
PERL_CFLAGS="$perlcppflags"
PERL_CFLAGS=`echo "$perlcppflags" | sed 's/-pipe //'`
fi
if test "X$perlldflags" != "X"; then
LDFLAGS="$perlldflags $LDFLAGS"
+2 -1
View File
@@ -508,7 +508,8 @@ if test "$enable_perlinterp" = "yes"; then
LDFLAGS=$ldflags_save
if test $perl_ok = yes; then
if test "X$perlcppflags" != "X"; then
PERL_CFLAGS="$perlcppflags"
dnl remove -pipe, it confuses cproto
PERL_CFLAGS=`echo "$perlcppflags" | sed 's/-pipe //'`
fi
if test "X$perlldflags" != "X"; then
LDFLAGS="$perlldflags $LDFLAGS"
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
88,
/**/
87,
/**/