summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-11-28 10:44:20 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-11-28 10:44:20 (GMT)
commit5afa6d4dcf6e11d2ba4c10fb4b9b860930130df8 (patch)
tree0de65de4eb35a6d011841293a793d4c2917a0798 /configure
parent761ae0b8cc73c77d8f398f3c6ae5018b77198335 (diff)
downloadcpython-5afa6d4dcf6e11d2ba4c10fb4b9b860930130df8.zip
cpython-5afa6d4dcf6e11d2ba4c10fb4b9b860930130df8.tar.gz
cpython-5afa6d4dcf6e11d2ba4c10fb4b9b860930130df8.tar.bz2
Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES
to indicate that semaphores aren't available; define a new variable POSIX_SEMAPHORES_NOT_ENABLED instead.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index a006a8e..9fd579a 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 76432 .
+# From configure.in Revision: 76550 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 2.7.
#
@@ -23876,7 +23876,7 @@ if test $ac_cv_posix_semaphores_enabled = no
then
cat >>confdefs.h <<\_ACEOF
-#define HAVE_BROKEN_POSIX_SEMAPHORES 1
+#define POSIX_SEMAPHORES_NOT_ENABLED 1
_ACEOF
fi