summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-11-16 17:54:55 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-11-16 17:54:55 (GMT)
commiteac68f425ac469f0154ef8ae0a1ba3cade34614d (patch)
treeb7bfef56d089042c1daf9395b25eaf70591f8b15 /configure
parent4b9bcfc98d5bd68e2c9bc463736fd8c3e09de103 (diff)
downloadcpython-eac68f425ac469f0154ef8ae0a1ba3cade34614d.zip
cpython-eac68f425ac469f0154ef8ae0a1ba3cade34614d.tar.gz
cpython-eac68f425ac469f0154ef8ae0a1ba3cade34614d.tar.bz2
run autoconf
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 63d5b1d..0b922f4 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 66764 .
+# From configure.in Revision: 67227 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 2.7.
#
@@ -2090,7 +2090,7 @@ _ACEOF
# Defining _XOPEN_SOURCE on NetBSD version prior to the introduction of
# _NETBSD_SOURCE disables certain features (eg. setgroups). Reported by
# Marc Recht
- NetBSD/1.5 | NetBSD/1.5.* | NetBSD/1.6 | NetBSD/1.6.* | NetBSD/1.6A-S)
+ NetBSD/1.5 | NetBSD/1.5.* | NetBSD/1.6 | NetBSD/1.6.* | NetBSD/1.6[A-S])
define_xopen_source=no;;
# On Solaris 2.6, sys/wait.h is inconsistent in the usage
# of union __?sigval. Reported by Stuart Bishop.