summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-11-28 10:44:20 +0000
committerMark Dickinson <dickinsm@gmail.com>2009-11-28 10:44:20 +0000
commit0de20853193ec71aaeed266989e6423a8be8f198 (patch)
treea3e592b411001db66708d7be6b2c701bdb81ba70 /configure
parent90b11a787706424089000d6830e83f10e696d314 (diff)
downloadcpython-0de20853193ec71aaeed266989e6423a8be8f198.tar.gz
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 a006a8e543..9fd579adc5 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