summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-01-09 14:58:57 +0000
committerDaniel Jacobowitz <drow@false.org>2007-01-09 14:58:57 +0000
commitca4ca11edda678ddafee7314829cc14c11a570ca (patch)
treee015f69dc34d4a370dacb95d4230098af790ddf1 /gdb/config.in
parent10a2343ede2c3b8c9123e275d7f2c42dbfc78981 (diff)
downloadbinutils-gdb-ca4ca11edda678ddafee7314829cc14c11a570ca.tar.gz
* configure.ac: Check for XML_StopParser.
* xml-support.c (gdb_xml_body_text): Check for an error. (gdb_xml_start_element_wrapper): Conditionalize call to XML_StopParser. (gdb_xml_end_element_wrapper): Likewise. * config.in, configure: Regenerated.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 52176b97025..11647f1e7f1 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -451,6 +451,9 @@
/* Define to 1 if `vfork' works. */
#undef HAVE_WORKING_VFORK
+/* Define to 1 if you have the `XML_StopParser' function. */
+#undef HAVE_XML_STOPPARSER
+
/* Define to 1 if your system has the _etext variable. */
#undef HAVE__ETEXT