configure.ac: Use verb in imperative mood for consistency

This commit is contained in:
Paul Menzel 2018-01-03 11:42:02 +01:00
parent f3fdda531f
commit 41eac12a59

View File

@ -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"