commit | 3cef2a931c041d0ffd72d701b9bedd0b531bb1a8 | [log] [tgz] |
---|---|---|
author | Matthias Klose <doko@ubuntu.com> | Wed Mar 14 23:39:33 2012 +0100 |
committer | Matthias Klose <doko@ubuntu.com> | Wed Mar 14 23:39:33 2012 +0100 |
tree | 1c1cd65a68059a8a5a4bfbfb2ac61984e721b5f0 | |
parent | c8ff46032f2290ef848aea9485d376dc156347bd [diff] [blame] |
- rename configure.in to configure.ac - change references from configure.in to configure.ac
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