From 41eac12a59caeaf03544fbd9306a91c5f7a0dcfc Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 3 Jan 2018 11:42:02 +0100 Subject: [PATCH] configure.ac: Use verb in imperative mood for consistency --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fc65ef4..6c9fe41 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ m4_ifdef([PKG_CHECK_MODULES], [], [ dnl Add option to build with using address sanitizer AC_ARG_ENABLE([address-sanitizer], AS_HELP_STRING([--enable-address-sanitizer], \ - [enabled AddressSanitizer support for detecting a wide variety of \ + [enable AddressSanitizer support for detecting a wide variety of \ memory allocation and deallocation errors]), \ [AC_DEFINE(HAVE_ADDRESS_SANITIZER, 1, [enable AddressSanitizer]) CFLAGS="$CFLAGS -fsanitize=address"