summaryrefslogtreecommitdiffstats
path: root/Python/thread.c
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-03-14 22:10:15 (GMT)
committerMatthias Klose <doko@ubuntu.com>2012-03-14 22:10:15 (GMT)
commit0f4c16e29cd7925bd99cb68dba5595eed6e19b62 (patch)
tree12310d0cbeab9c3567866901d536d459da8cdf51 /Python/thread.c
parent273cd1812a7c8646b52aa3afee1c5db5a0e539d6 (diff)
downloadcpython-0f4c16e29cd7925bd99cb68dba5595eed6e19b62.zip
cpython-0f4c16e29cd7925bd99cb68dba5595eed6e19b62.tar.gz
cpython-0f4c16e29cd7925bd99cb68dba5595eed6e19b62.tar.bz2
- rename configure.in to configure.ac
- change references from configure.in to configure.ac
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 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