]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-13497: Fix `broken nice` configure test. (GH-12041)
authorngie-eign <1574099+ngie-eign@users.noreply.github.com>
Tue, 26 Feb 2019 05:34:24 +0000 (21:34 -0800)
committerBenjamin Peterson <benjamin@python.org>
Tue, 26 Feb 2019 05:34:24 +0000 (21:34 -0800)
commit90c6facebd5666fec85f125ee2795b48b30319a4
tree49b0a3f6f535ba8ead596a00704a26d08662902a
parent6673decfa0fb078f60587f5cb5e98460eea137c2
closes bpo-13497: Fix `broken nice` configure test. (GH-12041)

Per POSIX, `nice(3)` requires `unistd.h` and `exit(3)` requires `stdlib.h`.

Fixing the test will prevent false positives with pedantic compilers like clang.
configure.ac