configure.ac: fix libxml2 check, which is only needed for xml load/save now
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 5 Aug 2009 12:25:33 +0000 (13:25 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 6 Aug 2009 08:21:56 +0000 (09:21 +0100)
commitcc57c404fd722cfe47f337b645e26197baab4c97
tree4d70ff7635d87903dc77143025492d2ff154984e
parent19847e19569ad8d33676cbabe3beb080e9922569
configure.ac: fix libxml2 check, which is only needed for xml load/save now

Since the registry doesn't use libxml2 any longer, it's no longer necessary
to disable both xml load/save *and* the registry to get rid of the libxml2
dependency, disabling just xml loading/saving is enough. Fixes #590841.
configure.ac