comparison src/auto/configure @ 1939:41d8447a8457 v7.2.236

updated for version 7.2-236
author vimboss
date Wed, 22 Jul 2009 09:17:23 +0000
parents afb740b5dfab
children a3552c04f4e1
comparison
equal deleted inserted replaced
1938:5ed9395c1864 1939:41d8447a8457
5778 if test "X$librubyarg" != "X"; then 5778 if test "X$librubyarg" != "X"; then
5779 RUBY_LIBS="$librubyarg $RUBY_LIBS" 5779 RUBY_LIBS="$librubyarg $RUBY_LIBS"
5780 fi 5780 fi
5781 rubyldflags=`$vi_cv_path_ruby -r rbconfig -e 'print Config::CONFIG["LDFLAGS"]'` 5781 rubyldflags=`$vi_cv_path_ruby -r rbconfig -e 'print Config::CONFIG["LDFLAGS"]'`
5782 if test "X$rubyldflags" != "X"; then 5782 if test "X$rubyldflags" != "X"; then
5783 LDFLAGS="$rubyldflags $LDFLAGS" 5783 rubyldflags=`echo "$rubyldflags" | sed -e 's/-arch\ ppc//' -e 's/-arch\ i386//'`
5784 if test "X$rubyldflags" != "X"; then
5785 LDFLAGS="$rubyldflags $LDFLAGS"
5786 fi
5784 fi 5787 fi
5785 RUBY_SRC="if_ruby.c" 5788 RUBY_SRC="if_ruby.c"
5786 RUBY_OBJ="objects/if_ruby.o" 5789 RUBY_OBJ="objects/if_ruby.o"
5787 RUBY_PRO="if_ruby.pro" 5790 RUBY_PRO="if_ruby.pro"
5788 cat >>confdefs.h <<\_ACEOF 5791 cat >>confdefs.h <<\_ACEOF