diff options
author | Glenn Morris <rgm@gnu.org> | 2012-08-05 06:19:01 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-08-05 06:19:01 -0400 |
commit | 685e57eaf381630c043bfd662013af35836d19cb (patch) | |
tree | 2d6fa36be9c19ccf5d41b241c644181115701352 /autogen/configure | |
parent | 35b6586e9de5efc3f434105f0f18bfef7f1e697c (diff) | |
download | emacs-685e57eaf381630c043bfd662013af35836d19cb.tar.gz |
Auto-commit of generated files.
Diffstat (limited to 'autogen/configure')
-rwxr-xr-x | autogen/configure | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/autogen/configure b/autogen/configure index 8ecbcf246ed..bbaa10806b1 100755 --- a/autogen/configure +++ b/autogen/configure @@ -7870,6 +7870,29 @@ $as_echo "no" >&6; } fi + if test "X$PAXCTL" != X; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether binaries have a PT_PAX_FLAGS header" >&5 +$as_echo_n "checking whether binaries have a PT_PAX_FLAGS header... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + if $PAXCTL -v conftest$EXEEXT >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; }; PAXCTL=""; fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + fi fi ## Need makeinfo >= 4.7 (?) to build the manuals. |