diff options
author | Benjamin Peterson <benjamin@python.org> | 2019-02-26 05:37:59 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2019-02-26 05:37:59 (GMT) |
commit | b84df2d7cc755b6097cfcd3b1515035844590545 (patch) | |
tree | cd60fc8d1a112b2cec8e7f34aa4f083a7fd5a535 /configure | |
parent | 90c6facebd5666fec85f125ee2795b48b30319a4 (diff) | |
download | cpython-b84df2d7cc755b6097cfcd3b1515035844590545.zip cpython-b84df2d7cc755b6097cfcd3b1515035844590545.tar.gz cpython-b84df2d7cc755b6097cfcd3b1515035844590545.tar.bz2 |
Run autoreconf.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |