summaryrefslogtreecommitdiff
path: root/m4/noexecstack.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/noexecstack.m4')
-rw-r--r--m4/noexecstack.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/noexecstack.m4 b/m4/noexecstack.m4
index 4aab484f..ae0b26b8 100644
--- a/m4/noexecstack.m4
+++ b/m4/noexecstack.m4
@@ -25,7 +25,7 @@ AC_REQUIRE([AM_PROG_AS])
AC_MSG_CHECKING([whether non excutable stack support is requested])
AC_ARG_ENABLE(noexecstack,
- AC_HELP_STRING([--disable-noexecstack],
+ AS_HELP_STRING([--disable-noexecstack],
[disable non executable stack support]),
noexecstack_support=$enableval, noexecstack_support=yes)
AC_MSG_RESULT($noexecstack_support)