summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Habacker <ralf@winkde.(none)>2010-12-21 08:52:34 +0100
committerRalf Habacker <ralf@winkde.(none)>2010-12-21 08:52:34 +0100
commit9da36ed3b025370b544cce76e8797b4b5984c23e (patch)
tree3d5117eeed2880dfeabbdcf6e38411afb5f76770
parent8f2eb502a3c491b64012adb3ea8220a9952ce3c6 (diff)
downloaddbus-9da36ed3b025370b544cce76e8797b4b5984c23e.tar.gz
Fix configure doc: libxml may be named libxml2 on some systems.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 65636b44..da10bc5c 100644
--- a/configure.in
+++ b/configure.in
@@ -81,7 +81,7 @@ AC_ARG_ENABLE(kqueue, AS_HELP_STRING([--enable-kqueue],[build with kqueue suppor
AC_ARG_ENABLE(console-owner-file, AS_HELP_STRING([--enable-console-owner-file],[enable console owner file]),enable_console_owner_file=$enableval,enable_console_owner_file=auto)
AC_ARG_ENABLE(userdb-cache, AS_HELP_STRING([--enable-userdb-cache],[build with userdb-cache support]),enable_userdb_cache=$enableval,enable_userdb_cache=yes)
-AC_ARG_WITH(xml, AS_HELP_STRING([--with-xml=[libxml/expat]],[XML library to use]))
+AC_ARG_WITH(xml, AS_HELP_STRING([--with-xml=[libxml/expat]],[XML library to use (libxml may be named libxml2 on some systems)]))
AC_ARG_WITH(init-scripts, AS_HELP_STRING([--with-init-scripts=[redhat]],[Style of init scripts to install]))
AC_ARG_WITH(session-socket-dir, AS_HELP_STRING([--with-session-socket-dir=[dirname]],[Where to put sockets for the per-login-session message bus]))
AC_ARG_WITH(test-socket-dir, AS_HELP_STRING([--with-test-socket-dir=[dirname]],[Where to put sockets for make check]))