mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0-088
This commit is contained in:
2
src/auto/configure
vendored
2
src/auto/configure
vendored
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
88,
|
||||
/**/
|
||||
87,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user