updated for version 7.0-088 v7.0.088
authorBram Moolenaar <Bram@vim.org>
Tue, 5 Sep 2006 15:32:11 +0000 (15:32 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Sep 2006 15:32:11 +0000 (15:32 +0000)
src/auto/configure
src/configure.in
src/version.c

index bb59c1588b487b1cb39e2c3948cbd94f4c850583..1e3d8ec5a76351411e7748d88ad45e1a5c061595 100755 (executable)
@@ -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"
index 8c33500fb05f53cddff3fccb75c9294c4f441d8c..3e8bf34b748cb0238762c3369f672b92f5b00d89 100644 (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"
index 21a904aaf28486a3711531bdb1dd4918f3530907..681d539339fa5b81e08b276c08d297bc52e61523 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    88,
 /**/
     87,
 /**/