comparison src/configure.in @ 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
506 CFLAGS=$cflags_save 506 CFLAGS=$cflags_save
507 LIBS=$libs_save 507 LIBS=$libs_save
508 LDFLAGS=$ldflags_save 508 LDFLAGS=$ldflags_save
509 if test $perl_ok = yes; then 509 if test $perl_ok = yes; then
510 if test "X$perlcppflags" != "X"; then 510 if test "X$perlcppflags" != "X"; then
511 PERL_CFLAGS="$perlcppflags" 511 dnl remove -pipe, it confuses cproto
512 PERL_CFLAGS=`echo "$perlcppflags" | sed 's/-pipe //'`
512 fi 513 fi
513 if test "X$perlldflags" != "X"; then 514 if test "X$perlldflags" != "X"; then
514 LDFLAGS="$perlldflags $LDFLAGS" 515 LDFLAGS="$perlldflags $LDFLAGS"
515 fi 516 fi
516 PERL_LIBS=$perllibs 517 PERL_LIBS=$perllibs