mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
Auto-commit of generated files.
This commit is contained in:
parent
35b6586e9d
commit
685e57eaf3
23
autogen/configure
vendored
23
autogen/configure
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user