diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-03-14 23:24:11 +0100 |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2012-03-14 23:24:11 +0100 |
commit | 20b303ed85162c99577375558a6a1b310e00f3fa (patch) | |
tree | e4da866a41fd0c40f8633f77406d151ab5272b37 /Python/thread.c | |
parent | 1be7cd0a7860851bdf4079d58583cc1a66c9ae63 (diff) | |
parent | 0f4c16e29cd7925bd99cb68dba5595eed6e19b62 (diff) | |
download | cpython-git-20b303ed85162c99577375558a6a1b310e00f3fa.tar.gz |
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 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 |