add missing space
This commit is contained in:
parent
c5eb0961f0
commit
cf004c3398
@ -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']\"`"
|
||||
|
Loading…
Reference in New Issue
Block a user