Don't -> Do not

This commit is contained in:
Frank Denis
2013-07-07 22:38:51 -07:00
parent 09a4848fc9
commit a6490db658
+1 -1
View File
@@ -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"