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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/configure.ac
0
++ b/configure.ac
Lines 162-168 esac Link Here
162
#
162
#
163
AC_CONFIG_FILES([make/rules make/includes])
163
AC_CONFIG_FILES([make/rules make/includes])
164
164
165
AC_PATH_PROG(AR, ar)
165
AC_CHECK_PROG(AR, ar)
166
ARFLAGS="cruv"
166
ARFLAGS="cruv"
167
AC_SUBST(AR)
167
AC_SUBST(AR)
168
AC_SUBST(ARFLAGS)
168
AC_SUBST(ARFLAGS)

Return to bug 721030