aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-08-05 06:19:01 -0400
committerGlenn Morris2012-08-05 06:19:01 -0400
commit685e57eaf381630c043bfd662013af35836d19cb (patch)
tree2d6fa36be9c19ccf5d41b241c644181115701352
parent35b6586e9de5efc3f434105f0f18bfef7f1e697c (diff)
downloademacs-685e57eaf381630c043bfd662013af35836d19cb.tar.gz
emacs-685e57eaf381630c043bfd662013af35836d19cb.zip
Auto-commit of generated files.
-rwxr-xr-xautogen/configure23
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; }
7870fi 7870fi
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
7879int
7880main ()
7881{
7882
7883 ;
7884 return 0;
7885}
7886_ACEOF
7887if 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
7892fi
7893rm -f core conftest.err conftest.$ac_objext \
7894 conftest$ac_exeext conftest.$ac_ext
7895 fi
7873fi 7896fi
7874 7897
7875## Need makeinfo >= 4.7 (?) to build the manuals. 7898## Need makeinfo >= 4.7 (?) to build the manuals.