summaryrefslogtreecommitdiff
path: root/aclocal/ax_lib_event.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/ax_lib_event.m4')
-rw-r--r--aclocal/ax_lib_event.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/ax_lib_event.m4 b/aclocal/ax_lib_event.m4
index 91de82895..7d2f98a83 100644
--- a/aclocal/ax_lib_event.m4
+++ b/aclocal/ax_lib_event.m4
@@ -141,7 +141,7 @@ AC_DEFUN([AX_LIB_EVENT],
dnl Allow search path to be overridden on the command line.
AC_ARG_WITH([libevent],
- AS_HELP_STRING([--with-libevent@<:@=DIR@:>@], [use libevent (default is yes) - it is possible to specify an alternate root directory for libevent]),
+ AS_HELP_STRING([--with-libevent@<:@=DIR@:>@], [use libevent [default=yes]. Optionally specify the root prefix dir where libevent is installed]),
[
if test "x$withval" = "xno"; then
want_libevent="no"