From: Vincent Bernat Date: Thu, 22 Sep 2011 20:13:12 +0000 (+0200) Subject: [configure] Fix a typo in help message X-Git-Tag: 0.5.5~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a9cb3db451af7feb3ff3dd9529bd454405108cc;p=thirdparty%2Flldpd.git [configure] Fix a typo in help message --- diff --git a/configure.ac b/configure.ac index 89ca38eb..e75b3b5c 100644 --- a/configure.ac +++ b/configure.ac @@ -206,7 +206,7 @@ fi AC_ARG_WITH([xml], AC_HELP_STRING( [--with-xml], - [Enable XML output via libxml2 @<:@default=no:>@] + [Enable XML output via libxml2 @<:@default=no@:>@] )) if test x"$with_xml" = x"yes"; then lldp_CHECK_XML2