commit | c218a2e9e3041522a85b92bfe86f04de206505d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 05 15:32:11 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 05 15:32:11 2006 +0000 |
tree | 0972e154195819c28abdaafb5f03da2f522ebe2b | |
parent | 498efdb7f652d45d6dda68da3e8b12a541ff4494 [diff] [blame] |
updated for version 7.0-088
diff --git a/src/auto/configure b/src/auto/configure index bb59c15..1e3d8ec 100755 --- a/src/auto/configure +++ b/src/auto/configure
@@ -4014,7 +4014,7 @@ 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"