diff options
author | Benjamin Peterson <benjamin@python.org> | 2019-02-25 21:37:59 -0800 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2019-02-25 21:37:59 -0800 |
commit | b84df2d7cc755b6097cfcd3b1515035844590545 (patch) | |
tree | cd60fc8d1a112b2cec8e7f34aa4f083a7fd5a535 /configure | |
parent | closes bpo-13497: Fix `broken nice` configure test. (GH-12041) (diff) | |
download | cpython-b84df2d7cc755b6097cfcd3b1515035844590545.tar.gz cpython-b84df2d7cc755b6097cfcd3b1515035844590545.tar.bz2 cpython-b84df2d7cc755b6097cfcd3b1515035844590545.zip |
Run autoreconf.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure index 867e2fc28c4..d98d14ab63f 100755 --- a/configure +++ b/configure @@ -15542,6 +15542,8 @@ else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ +#include <stdlib.h> +#include <unistd.h> int main() { int val1 = nice(1); |