From a6490db6583bf62736dd4cbdbe6820df89b46483 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 7 Jul 2013 22:38:51 -0700 Subject: [PATCH] Don't -> Do not --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8fb8f037..12860744 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ LX_CFLAGS=${CFLAGS-NONE} dnl Switches AC_ARG_ENABLE(ssp, -[AS_HELP_STRING(--disable-ssp,Don't compile with -fstack-protector)], +[AS_HELP_STRING(--disable-ssp,Do not compile with -fstack-protector)], [ AS_IF([test "x$enableval" = "xno"], [ enable_ssp="no"