summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2019-02-26 05:37:59 (GMT)
committerBenjamin Peterson <benjamin@python.org>2019-02-26 05:37:59 (GMT)
commitb84df2d7cc755b6097cfcd3b1515035844590545 (patch)
treecd60fc8d1a112b2cec8e7f34aa4f083a7fd5a535 /configure
parent90c6facebd5666fec85f125ee2795b48b30319a4 (diff)
downloadcpython-b84df2d7cc755b6097cfcd3b1515035844590545.zip
cpython-b84df2d7cc755b6097cfcd3b1515035844590545.tar.gz
cpython-b84df2d7cc755b6097cfcd3b1515035844590545.tar.bz2
Run autoreconf.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 867e2fc..d98d14a 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);