summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-11-16 17:57:31 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-11-16 17:57:31 (GMT)
commita8629ce4b8212313d50fa9e4ae22b80f0e81e4b0 (patch)
treea4a1cc44e9fb300fb0300e84205a2f4e756d3dc3
parent99b67fa222d905f84e28c8c73e6dfbff0e830b37 (diff)
downloadcpython-a8629ce4b8212313d50fa9e4ae22b80f0e81e4b0.zip
cpython-a8629ce4b8212313d50fa9e4ae22b80f0e81e4b0.tar.gz
cpython-a8629ce4b8212313d50fa9e4ae22b80f0e81e4b0.tar.bz2
regenerate configure
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1560c14..f7e681a 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 66299 .
+# From configure.in Revision: 67228 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 2.5.
#
@@ -2017,7 +2017,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.