summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-08-30 14:52:00 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-08-30 14:52:00 (GMT)
commit33a299428d1adc12b57d2ba0ee89c9393f08834a (patch)
treef36e6f31e16959e0de8b52aa23ff7352cdedb5d3 /configure
parent33856de84d1115a18b699e0ca93c3b921bc6a1af (diff)
downloadcpython-33a299428d1adc12b57d2ba0ee89c9393f08834a.zip
cpython-33a299428d1adc12b57d2ba0ee89c9393f08834a.tar.gz
cpython-33a299428d1adc12b57d2ba0ee89c9393f08834a.tar.bz2
Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by
Sébastien Sablé.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index 9c9b974..4dd2332 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 83580 .
+# From configure.in Revision: 83986 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for python 3.2.
#
@@ -8745,6 +8745,10 @@ $as_echo "#define HAVE_BROKEN_POSIX_SEMAPHORES 1" >>confdefs.h
$as_echo "#define HAVE_BROKEN_POSIX_SEMAPHORES 1" >>confdefs.h
;;
+ AIX/6)
+$as_echo "#define HAVE_BROKEN_POSIX_SEMAPHORES 1" >>confdefs.h
+
+ ;;
esac
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if PTHREAD_SCOPE_SYSTEM is supported" >&5