Bug #1234: Fixed semaphore errors on AIX 5.2

This commit is contained in:
Christian Heimes 2008-01-30 22:54:27 +00:00
parent c9b20734f4
commit ab8fe4e01f
4 changed files with 29 additions and 14 deletions

8
configure vendored
View file

@ -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
;;