]> git.eshelyaron.com Git - emacs.git/commit
Also check for needed seccomp macros.
authorPhilipp Stephani <phst@google.com>
Sun, 11 Apr 2021 10:00:35 +0000 (12:00 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 11 Apr 2021 10:01:53 +0000 (12:01 +0200)
commit25937821bc445235d984c4db8cb18dfbacd6a4ff
treed8e6959d62941ec1fd83162f8c17bc7ca1eb91ab
parent3cf9e2a6e33599bb12a949a3b5bd1847f39ab948
Also check for needed seccomp macros.

It looks like these are not available on some versions of GNU/Linux,
breaking the build.

* configure.ac: Also check for needed seccomp macros.
* src/emacs.c (SECCOMP_USABLE): New macro.
(usage_message, main, standard_args): Use it.
configure.ac
src/emacs.c