diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-21 16:39:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-21 16:39:09 +0300 |
commit | f35d98dee852f5d8e9ed945216d8bbf108c41ec3 (patch) | |
tree | 8248c3fe3aa0448b4e1ecbba64f3fcc02b60725f /configure.ac | |
parent | d6bae76908e2d75dc9825b85fde19102369ad2f4 (diff) | |
download | mv-f35d98dee852f5d8e9ed945216d8bbf108c41ec3.tar.gz mv-f35d98dee852f5d8e9ed945216d8bbf108c41ec3.tar.bz2 mv-f35d98dee852f5d8e9ed945216d8bbf108c41ec3.tar.xz mv-f35d98dee852f5d8e9ed945216d8bbf108c41ec3.zip |
Change pugixml description from now working to experimental.
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}" ], |