From: Vincent Bernat Date: Thu, 18 Jun 2015 07:38:52 +0000 (+0200) Subject: build: fix help string for --enable-hardening for consistency X-Git-Tag: 0.7.16~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2a019346b6738e554306d283dd09a84b499ca53;p=thirdparty%2Flldpd.git build: fix help string for --enable-hardening for consistency Closes #118. --- diff --git a/configure.ac b/configure.ac index 66821f44..d7c6bcd1 100644 --- a/configure.ac +++ b/configure.ac @@ -92,7 +92,7 @@ AX_LDFLAGS_OPTION([-Wl,-z,now], [LLDP_LDFLAGS]) # Hardening AC_ARG_ENABLE([hardening], [AS_HELP_STRING([--enable-hardening], - [Enable compiler and linker options to frustrate memory corruption exploits @<:@yes@:>@])], + [Enable compiler and linker options to frustrate memory corruption exploits @<:@default=yes@:>@])], [hardening="$enableval"], [hardening="yes"])