diff options
author | Gregory P. Smith <greg@krypto.org> | 2012-03-15 01:13:25 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2012-03-15 01:13:25 (GMT) |
commit | 7210025aa3c3f6bb452b8e57e80cd99d7cb68daf (patch) | |
tree | 9f3c81776f1c240e48b525904d2b84335d27a441 /Python/thread.c | |
parent | c10f5c28281014bda8f335248cea47d8edd4015e (diff) | |
parent | e236ad311371b4dddbecdf1fb39ad5af58cdbe34 (diff) | |
download | cpython-7210025aa3c3f6bb452b8e57e80cd99d7cb68daf.zip cpython-7210025aa3c3f6bb452b8e57e80cd99d7cb68daf.tar.gz cpython-7210025aa3c3f6bb452b8e57e80cd99d7cb68daf.tar.bz2 |
merge heads.
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 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 |