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

Collapse All | Expand All

(-)configure.ac.orig (-1 / +1 lines)
Lines 139-145 Link Here
139
fi
139
fi
140
140
141
if test "x$enable_xml_fe" = "xyes"; then
141
if test "x$enable_xml_fe" = "xyes"; then
142
  AM_PATH_XML2(2.3.8, , enable_xml_fe=no)
142
  PKG_CHECK_MODULES(XML, libxml-2.0 >= 2.3.8, , enable_xml_fe=no)
143
fi
143
fi
144
144
145
dnl headers
145
dnl headers

Return to bug 55327