Index: configure.ac =================================================================== RCS file: /cvs/src/src/gdb/configure.ac,v retrieving revision 1.38 diff -u -r1.38 configure.ac --- configure.ac 4 Jan 2007 19:42:10 -0000 1.38 +++ configure.ac 8 Jan 2007 16:08:20 -0000 @@ -322,7 +322,7 @@ fi AC_LIB_HAVE_LINKFLAGS([expat], [], [#include "expat.h"], - [XML_Parser p = XML_ParserCreate (0);]) + [enum XML_Status s = XML_StopParser (0,0);]) if test "$HAVE_LIBEXPAT" != yes; then AC_MSG_WARN([expat is missing or unusable; some features may be disabled.]) fi