summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2002-06-06 13:03:44 (GMT)
committerMichael W. Hudson <mwh@python.net>2002-06-06 13:03:44 (GMT)
commit065c1a25d162ee6d47206daa4d88e6129d62a603 (patch)
treebfb35572f6ad4aa459c4a8c120205d68db14db04 /configure
parent446a25fa3ca845315259f0f491e8e3a239ff2a65 (diff)
downloadcpython-065c1a25d162ee6d47206daa4d88e6129d62a603.zip
cpython-065c1a25d162ee6d47206daa4d88e6129d62a603.tar.gz
cpython-065c1a25d162ee6d47206daa4d88e6129d62a603.tar.bz2
Stop testing for sigprocmask. This is a stop gap measure until I work
out how to just activate my code on platforms where I know it works (currently only linux/x86).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index affb7c3..6dc7cae 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.319 .
+# From configure.in Revision: 1.320 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
#
@@ -11278,7 +11278,6 @@ echo "${ECHO_T}MACHDEP_OBJS" >&6
-
for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
gai_strerror getgroups getlogin getpeername getpid getpwent getwd \
@@ -11287,7 +11286,7 @@ for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
putenv readlink \
select setegid seteuid setgid setgroups \
setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \
- sigaction siginterrupt sigprocmask sigrelse strftime strptime symlink \
+ sigaction siginterrupt sigrelse strftime strptime symlink \
sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
truncate uname unsetenv waitpid _getpty getpriority
do