mirror of
https://github.com/python/cpython.git
synced 2025-10-18 04:38:07 +00:00
Bug #1234: Fixed semaphore errors on AIX 5.2
This commit is contained in:
parent
c9b20734f4
commit
ab8fe4e01f
4 changed files with 29 additions and 14 deletions
8
configure
vendored
8
configure
vendored
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Revision: 59552 .
|
||||
# From configure.in Revision: 59610 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for python 2.5.
|
||||
#
|
||||
|
@ -13862,6 +13862,12 @@ _ACEOF
|
|||
SunOS/5.8)
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HAVE_BROKEN_POSIX_SEMAPHORES 1
|
||||
_ACEOF
|
||||
|
||||
;;
|
||||
AIX/5)
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HAVE_BROKEN_POSIX_SEMAPHORES 1
|
||||
_ACEOF
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue