diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-11-22 22:50:25 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-11-22 22:50:25 (GMT) |
commit | 588090ff39da300e058848a8196d3c81c91c1ea7 (patch) | |
tree | f9e514f76127b9230afde4aa4b007f935dac6bda /configure | |
parent | 8cb9e2e0730d2b2ccbb7f2da02e63cdc10a74972 (diff) | |
parent | 19c2139d2d7ce873b175b5a38741ecb8cda53220 (diff) | |
download | cpython-588090ff39da300e058848a8196d3c81c91c1ea7.zip cpython-588090ff39da300e058848a8196d3c81c91c1ea7.tar.gz cpython-588090ff39da300e058848a8196d3c81c91c1ea7.tar.bz2 |
Merge 3.3.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11620,6 +11620,7 @@ else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ +#include <stdio.h> #include <sys/types.h> #include <netdb.h> #include <string.h> @@ -14833,6 +14834,7 @@ else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ +#include <stdio.h> #include<stdlib.h> int main() { size_t len = -1; |