Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 146988 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac.orig (-3 / +5 lines)
Lines 61-69 Link Here
61
61
62
dnl XXX Choose /usr/lib or /usr/lib64 for library installs.
62
dnl XXX Choose /usr/lib or /usr/lib64 for library installs.
63
MARK64=
63
MARK64=
64
case "${target_cpu}" in
64
if ! echo "${libdir}" | grep -q '64$' ; then
65
x86_64*|powerpc64*|ppc64*|sparc64*|s390x*)        MARK64=64 ;;
65
	case "${target_cpu}" in
66
esac
66
	x86_64*|powerpc64*|ppc64*|sparc64*|s390x*) MARK64=64 ;;
67
	esac
68
fi
67
AC_SUBST(MARK64)
69
AC_SUBST(MARK64)
68
70
69
AC_CHECK_HEADERS(alloca.h float.h libintl.h mcheck.h unistd.h)
71
AC_CHECK_HEADERS(alloca.h float.h libintl.h mcheck.h unistd.h)

Return to bug 146988