summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-03-15 18:57:38 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-03-15 18:57:38 (GMT)
commitc7536c4ff5d0ec6924a135004a53b9f0463f3480 (patch)
tree6f360935768e34bea6b9ccbe209f603b5a4d982f /Python
parentba98788bc545232a0e1b9458179253cf120176f6 (diff)
parent20b303ed85162c99577375558a6a1b310e00f3fa (diff)
downloadcpython-c7536c4ff5d0ec6924a135004a53b9f0463f3480.zip
cpython-c7536c4ff5d0ec6924a135004a53b9f0463f3480.tar.gz
cpython-c7536c4ff5d0ec6924a135004a53b9f0463f3480.tar.bz2
merge headsv3.1.5rc2
Diffstat (limited to 'Python')
-rw-r--r--Python/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread.c b/Python/thread.c
index 4a9b436..797c8d3 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