From d2a019346b6738e554306d283dd09a84b499ca53 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 18 Jun 2015 09:38:52 +0200 Subject: [PATCH] build: fix help string for --enable-hardening for consistency Closes #118. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]) -- 2.39.5