mirror of
https://github.com/python/cpython.git
synced 2025-08-14 22:01:08 +00:00
- rename configure.in to configure.ac
- change references from configure.in to configure.ac
This commit is contained in:
parent
c8ff46032f
commit
3cef2a931c
9 changed files with 321 additions and 298 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue