diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-03-15 13:57:38 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-03-15 13:57:38 -0500 |
commit | c7536c4ff5d0ec6924a135004a53b9f0463f3480 (patch) | |
tree | 6f360935768e34bea6b9ccbe209f603b5a4d982f /Python/thread.c | |
parent | ba98788bc545232a0e1b9458179253cf120176f6 (diff) | |
parent | 20b303ed85162c99577375558a6a1b310e00f3fa (diff) | |
download | cpython-git-c7536c4ff5d0ec6924a135004a53b9f0463f3480.tar.gz |
merge headsv3.1.5rc2
Diffstat (limited to 'Python/thread.c')
-rw-r--r-- | Python/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread.c b/Python/thread.c index 4a9b4368ac..797c8d3a21 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -24,7 +24,7 @@ #include <stdlib.h> #ifdef __sgi -#ifndef HAVE_PTHREAD_H /* XXX Need to check in configure.in */ +#ifndef HAVE_PTHREAD_H /* XXX Need to check in configure.ac */ #undef _POSIX_THREADS #endif #endif |