summaryrefslogtreecommitdiffstats
path: root/src/configure.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-09-05 15:32:11 +0000
committerBram Moolenaar <Bram@vim.org>2006-09-05 15:32:11 +0000
commitc218a2e9e3041522a85b92bfe86f04de206505d0 (patch)
tree0972e154195819c28abdaafb5f03da2f522ebe2b /src/configure.in
parent498efdb7f652d45d6dda68da3e8b12a541ff4494 (diff)
updated for version 7.0-088v7.0.088
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in
index 8c33500fb0..3e8bf34b74 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -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"