summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-03-14 22:39:33 (GMT)
committerMatthias Klose <doko@ubuntu.com>2012-03-14 22:39:33 (GMT)
commit3cef2a931c041d0ffd72d701b9bedd0b531bb1a8 (patch)
tree1c1cd65a68059a8a5a4bfbfb2ac61984e721b5f0 /Python
parentc8ff46032f2290ef848aea9485d376dc156347bd (diff)
downloadcpython-3cef2a931c041d0ffd72d701b9bedd0b531bb1a8.zip
cpython-3cef2a931c041d0ffd72d701b9bedd0b531bb1a8.tar.gz
cpython-3cef2a931c041d0ffd72d701b9bedd0b531bb1a8.tar.bz2
- rename configure.in to configure.ac
- change references from configure.in to configure.ac
Diffstat (limited to 'Python')
-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