From: Vincent Bernat Date: Mon, 24 Jun 2013 10:03:55 +0000 (+0200) Subject: configure: fix a typo in the description of `--with-embedded-libevent` option X-Git-Tag: 0.7.6~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abacd8d20f8c06009211d29ee3f8c79d7e52e933;p=thirdparty%2Flldpd.git configure: fix a typo in the description of `--with-embedded-libevent` option --- 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