add missing space

This commit is contained in:
Karsten Hopp 2011-01-21 15:28:51 +01:00
parent c5eb0961f0
commit cf004c3398
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ diff -up graphviz-2.26.3/configure.fc15 graphviz-2.26.3/configure
RUBY_INCLUDES="-I`$RUBY $srcdir/config/config_ruby.rb INCLUDES`"
# hack for powerpc-darwin8 (10.4)
- RUBY_INCLUDES=`echo $RUBY_INCLUDES | sed 's/powerpc/universal/'`
+ if test "x$DARWIN" ="xyes"; then
+ if test "x$DARWIN" = "xyes"; then
+ RUBY_INCLUDES=`echo $RUBY_INCLUDES | sed 's/powerpc/universal/'`
+ fi
RUBY_LIBS="-L`$RUBY $srcdir/config/config_ruby.rb lib` `$RUBY -rrbconfig -e \"puts Config::CONFIG['LIBRUBYARG_SHARED']\"`"