diff options
| author | Glenn Morris | 2012-08-05 06:19:01 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-08-05 06:19:01 -0400 |
| commit | 685e57eaf381630c043bfd662013af35836d19cb (patch) | |
| tree | 2d6fa36be9c19ccf5d41b241c644181115701352 | |
| parent | 35b6586e9de5efc3f434105f0f18bfef7f1e697c (diff) | |
| download | emacs-685e57eaf381630c043bfd662013af35836d19cb.tar.gz emacs-685e57eaf381630c043bfd662013af35836d19cb.zip | |
Auto-commit of generated files.
| -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; } | |||
| 7870 | fi | 7870 | fi |
| 7871 | 7871 | ||
| 7872 | 7872 | ||
| 7873 | if test "X$PAXCTL" != X; then | ||
| 7874 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether binaries have a PT_PAX_FLAGS header" >&5 | ||
| 7875 | $as_echo_n "checking whether binaries have a PT_PAX_FLAGS header... " >&6; } | ||
| 7876 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 7877 | /* end confdefs.h. */ | ||
| 7878 | |||
| 7879 | int | ||
| 7880 | main () | ||
| 7881 | { | ||
| 7882 | |||
| 7883 | ; | ||
| 7884 | return 0; | ||
| 7885 | } | ||
| 7886 | _ACEOF | ||
| 7887 | if ac_fn_c_try_link "$LINENO"; then : | ||
| 7888 | if $PAXCTL -v conftest$EXEEXT >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | ||
| 7889 | $as_echo "yes" >&6; } | ||
| 7890 | else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
| 7891 | $as_echo "no" >&6; }; PAXCTL=""; fi | ||
| 7892 | fi | ||
| 7893 | rm -f core conftest.err conftest.$ac_objext \ | ||
| 7894 | conftest$ac_exeext conftest.$ac_ext | ||
| 7895 | fi | ||
| 7873 | fi | 7896 | fi |
| 7874 | 7897 | ||
| 7875 | ## Need makeinfo >= 4.7 (?) to build the manuals. | 7898 | ## Need makeinfo >= 4.7 (?) to build the manuals. |