summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-03-09 06:40:19 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2010-03-09 06:40:19 (GMT)
commit92fb9410a833953ef70305b6b23ff74a58302e6f (patch)
tree0731857cab1ea746f81afe80e9e2ce6ff3547ee6 /configure
parent75ad1fc08975c2d5a3732d5304d728771df63525 (diff)
downloadcpython-92fb9410a833953ef70305b6b23ff74a58302e6f.zip
cpython-92fb9410a833953ef70305b6b23ff74a58302e6f.tar.gz
cpython-92fb9410a833953ef70305b6b23ff74a58302e6f.tar.bz2
Bugfix for the fix for issue 8067
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8f10758..bcb8205 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 78476 .
+# From configure.in Revision: 78782 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 3.2.
#
@@ -2154,7 +2154,7 @@ _ACEOF
# has no effect, don't bother defining them
Darwin/[6789].*)
define_xopen_source=no;;
- Darwin/1[6789].*)
+ Darwin/1[0-9].*)
define_xopen_source=no;;
# On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
# used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined