diff options
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5042dfae9..2394a87e1 100755 --- a/configure.ac +++ b/configure.ac @@ -205,7 +205,7 @@ AC_MSG_ERROR([ *** CURL library found but cannot find headers (http://curl.haxx. # select xml lib AC_ARG_ENABLE(libxml, AC_HELP_STRING([--enable-libxml=ARG], - [xml libs: libxml (default), pugixml (broken for now)]), + [xml libs: libxml (default), pugixml (experimental)]), [ xmllib="${enableval}" ], |