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

(-)paludis-0.6.7/configure.ac.orig (-1 / +1 lines)
Lines 240-246 Link Here
240
if test x == x"$LET_ME_RICE"
240
if test x == x"$LET_ME_RICE"
241
then
241
then
242
	AC_MSG_CHECKING([for go faster stripes])
242
	AC_MSG_CHECKING([for go faster stripes])
243
	for x in "as-needed" "visibility" "enforce-eh" "fast-math" "rtti"
243
	for x in "enforce-eh" "fast-math" "rtti"
244
	do
244
	do
245
		if echo "${LDFLAGS} ${CFLAGS} ${CXXFLAGS}" | grep "$x" >/dev/null ; then
245
		if echo "${LDFLAGS} ${CFLAGS} ${CXXFLAGS}" | grep "$x" >/dev/null ; then
246
			AC_MSG_RESULT([$x])
246
			AC_MSG_RESULT([$x])

Return to bug 150184