summaryrefslogtreecommitdiffstats
path: root/Python/thread.c
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2012-03-15 01:13:25 (GMT)
committerGregory P. Smith <greg@krypto.org>2012-03-15 01:13:25 (GMT)
commit7210025aa3c3f6bb452b8e57e80cd99d7cb68daf (patch)
tree9f3c81776f1c240e48b525904d2b84335d27a441 /Python/thread.c
parentc10f5c28281014bda8f335248cea47d8edd4015e (diff)
parente236ad311371b4dddbecdf1fb39ad5af58cdbe34 (diff)
downloadcpython-7210025aa3c3f6bb452b8e57e80cd99d7cb68daf.zip
cpython-7210025aa3c3f6bb452b8e57e80cd99d7cb68daf.tar.gz
cpython-7210025aa3c3f6bb452b8e57e80cd99d7cb68daf.tar.bz2
merge heads.
Diffstat (limited to 'Python/thread.c')
-rw-r--r--Python/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread.c b/Python/thread.c
index dd359e9..dd333e8 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