summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-21 16:39:09 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-21 16:39:09 +0300
commitf35d98dee852f5d8e9ed945216d8bbf108c41ec3 (patch)
tree8248c3fe3aa0448b4e1ecbba64f3fcc02b60725f /configure.ac
parentd6bae76908e2d75dc9825b85fde19102369ad2f4 (diff)
downloadplus-f35d98dee852f5d8e9ed945216d8bbf108c41ec3.tar.gz
plus-f35d98dee852f5d8e9ed945216d8bbf108c41ec3.tar.bz2
plus-f35d98dee852f5d8e9ed945216d8bbf108c41ec3.tar.xz
plus-f35d98dee852f5d8e9ed945216d8bbf108c41ec3.zip
Change pugixml description from now working to experimental.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
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}"
],