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

Collapse All | Expand All

(-)configure.in.orig (-2 / +1 lines)
Lines 36-42 Link Here
36
AC_PROG_INSTALL
36
AC_PROG_INSTALL
37
AC_PROG_MAKE_SET
37
AC_PROG_MAKE_SET
38
AC_EXEEXT
38
AC_EXEEXT
39
AC_SUBST(AC_EXEEXT)
40
AC_C_BIGENDIAN
39
AC_C_BIGENDIAN
41
40
42
# Checks for libraries.
41
# Checks for libraries.
Lines 277-283 Link Here
277
		fi				
276
		fi				
278
		;;
277
		;;
279
	*-gentoo-freebsd*)
278
	*-gentoo-freebsd*)
280
		EXPAT_LIB=-lexpa
279
		EXPAT_LIB=-lexpat
281
		;;
280
		;;
282
	*-*-freebsd*)
281
	*-*-freebsd*)
283
		if test -f /usr/local/lib/libexpat.a ; then
282
		if test -f /usr/local/lib/libexpat.a ; then

Return to bug 293499