diff options
author | Thomas Wouters <thomas@python.org> | 2000-07-14 14:28:33 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2000-07-14 14:28:33 (GMT) |
commit | 70c21a1603091d58036ea6b91f106496d20f12f4 (patch) | |
tree | 30148a8b1a4a47822fa71d5980a4899feadbfa0d /configure | |
parent | 649685ad9bc03b8d7576f7bf8418dce34a5060ad (diff) | |
download | cpython-70c21a1603091d58036ea6b91f106496d20f12f4.zip cpython-70c21a1603091d58036ea6b91f106496d20f12f4.tar.gz cpython-70c21a1603091d58036ea6b91f106496d20f12f4.tar.bz2 |
Move (actually copy) support for the sgi._getpty() function into
posix.openpty(). And conveniently also check if CVS write access really
works.
Closes SF patch #100722
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.136 +# From configure.in Revision: 1.137 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -3645,7 +3645,7 @@ for ac_func in alarm chown clock confstr ctermid ctermid_r dlopen execv \ setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf \ sigaction siginterrupt sigrelse strftime strptime symlink sysconf \ tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \ - truncate uname waitpid + truncate uname waitpid _getpty do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:3652: checking for $ac_func" >&5 |