From abacd8d20f8c06009211d29ee3f8c79d7e52e933 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 24 Jun 2013 12:03:55 +0200 Subject: [PATCH] configure: fix a typo in the description of `--with-embedded-libevent` option --- m4/libevent.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/libevent.m4 b/m4/libevent.m4 index bed15311..61ccda36 100644 --- a/m4/libevent.m4 +++ b/m4/libevent.m4 @@ -7,7 +7,7 @@ AC_DEFUN([lldp_CHECK_LIBEVENT], [ AC_ARG_WITH([embedded-libevent], AS_HELP_STRING( [--with-embedded-libevent], - [For the use of embedded libevent @<:@default=no@:>@] + [Force the use of embedded libevent @<:@default=no@:>@] )) if test x"$with_embedded_libevent" = x"yes"; then LIBEVENT_EMBEDDED=1 -- 2.39.5