summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 7212f3be..81b316df 100644
--- a/configure.in
+++ b/configure.in
@@ -244,8 +244,8 @@ elif test x$with_xml = xlibxml; then
fi
else
### expat is the default because libxml can't currently survive
- ### our brutal OOM-handling unit test setup. Need to find the
- ### bugs and submit to DV
+ ### our brutal OOM-handling unit test setup.
+ ### http://bugzilla.gnome.org/show_bug.cgi?id=109368
if $have_expat ; then
with_xml=expat
dbus_use_expat=true