diff options
| -rw-r--r-- | configure.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/configure.in b/configure.in index 2465d824..ffaf0199 100644 --- a/configure.in +++ b/configure.in @@ -632,7 +632,7 @@ if test x$with_xml = xexpat; then  elif test x$with_xml = xlibxml; then          dbus_use_libxml=true          if ! $have_libxml ; then -           AC_MSG_ERROR([Explicitly requested libxml but libxml >= 2.6.0 not found]) +           AC_MSG_ERROR([Explicitly requested libxml but libxml not found])          fi  else          ### expat is the default because libxml can't currently survive  | 
