Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 383005
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +1 lines)
Line  Link Here
0
-- a/configure.in
0
++ b/configure.in
Lines 286-295 Link Here
286
AC_SUBST(COUTFLAG)
286
AC_SUBST(COUTFLAG)
287
287
288
RUBY_MINGW32
288
RUBY_MINGW32
289
RUBY_UNIVERSAL_ARCH
290
if test "$target_cpu" != "$host_cpu" -a "$GCC" = yes -a "$cross_compiling" = no -a "$universal_binary" = no; then
291
    RUBY_DEFAULT_ARCH("$target_cpu")
292
fi
293
289
294
AC_CHECK_TOOL(RANLIB, ranlib, :)
290
AC_CHECK_TOOL(RANLIB, ranlib, :)
295
AC_CHECK_TOOL(AR, ar)
291
AC_CHECK_TOOL(AR, ar)

Return to bug 383005