comparison src/auto/configure @ 962:ca4883686f93 v7.0.088

updated for version 7.0-088
author vimboss
date Tue, 05 Sep 2006 15:32:11 +0000
parents bc620d6bdf06
children 86289e90a4bb
comparison
equal deleted inserted replaced
961:c06c658691e2 962:ca4883686f93
4012 CFLAGS=$cflags_save 4012 CFLAGS=$cflags_save
4013 LIBS=$libs_save 4013 LIBS=$libs_save
4014 LDFLAGS=$ldflags_save 4014 LDFLAGS=$ldflags_save
4015 if test $perl_ok = yes; then 4015 if test $perl_ok = yes; then
4016 if test "X$perlcppflags" != "X"; then 4016 if test "X$perlcppflags" != "X"; then
4017 PERL_CFLAGS="$perlcppflags" 4017 PERL_CFLAGS=`echo "$perlcppflags" | sed 's/-pipe //'`
4018 fi 4018 fi
4019 if test "X$perlldflags" != "X"; then 4019 if test "X$perlldflags" != "X"; then
4020 LDFLAGS="$perlldflags $LDFLAGS" 4020 LDFLAGS="$perlldflags $LDFLAGS"
4021 fi 4021 fi
4022 PERL_LIBS=$perllibs 4022 PERL_LIBS=$perllibs