summaryrefslogtreecommitdiff
path: root/m4/noexecstack.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/noexecstack.m4')
-rw-r--r--m4/noexecstack.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/noexecstack.m4 b/m4/noexecstack.m4
index 629e3513..f1924a79 100644
--- a/m4/noexecstack.m4
+++ b/m4/noexecstack.m4
@@ -25,9 +25,9 @@ AC_REQUIRE([AM_PROG_AS])
AC_MSG_CHECKING([whether non excutable stack support is requested])
AC_ARG_ENABLE(noexecstack,
- AC_HELP_STRING([--enable-noexecstack],
- [enable non executable stack support (gcc only)]),
- noexecstack_support=$enableval, noexecstack_support=no)
+ AC_HELP_STRING([--disable-noexecstack],
+ [disable non executable stack support]),
+ noexecstack_support=$enableval, noexecstack_support=yes)
AC_MSG_RESULT($noexecstack_support)
AC_CACHE_CHECK([whether assembler supports --noexecstack option],