diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-11-28 10:44:20 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-11-28 10:44:20 (GMT) |
commit | 5afa6d4dcf6e11d2ba4c10fb4b9b860930130df8 (patch) | |
tree | 0de65de4eb35a6d011841293a793d4c2917a0798 /configure | |
parent | 761ae0b8cc73c77d8f398f3c6ae5018b77198335 (diff) | |
download | cpython-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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |