aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2015-05-02 11:13:41 -0500
committerBrent Cook <busterb@gmail.com>2015-05-23 19:27:57 -0500
commitedfc5690055b90fff2055d0108a22e5c5df22a64 (patch)
tree3c33c2f7cf3f972ca085b5b8ecbb6f85c59b3ece /m4
parentd2faf2ed6303be4e206e8f4d0bd0a6e7aa5baac5 (diff)
downloadportable-edfc5690055b90fff2055d0108a22e5c5df22a64.tar.gz
portable-edfc5690055b90fff2055d0108a22e5c5df22a64.tar.bz2
portable-edfc5690055b90fff2055d0108a22e5c5df22a64.zip
fix definition of DISABLE_AS_EXECUTABLE_STACK
Diffstat (limited to 'm4')
-rw-r--r--m4/check-hardening-options.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/check-hardening-options.m4 b/m4/check-hardening-options.m4
index 255038e..3ffdb1a 100644
--- a/m4/check-hardening-options.m4
+++ b/m4/check-hardening-options.m4
@@ -33,7 +33,7 @@ AC_DEFUN([CHECK_LDFLAG], [
33 [$2]) 33 [$2])
34]) 34])
35 35
36AC_DEFUN([DISABLE_AS_EXECUTABLE_STACK] [ 36AC_DEFUN([DISABLE_AS_EXECUTABLE_STACK], [
37 save_cflags="$CFLAGS" 37 save_cflags="$CFLAGS"
38 CFLAGS= 38 CFLAGS=
39 AC_MSG_CHECKING([whether AS supports .note.GNU-stack]) 39 AC_MSG_CHECKING([whether AS supports .note.GNU-stack])