Cleanup autoconfigury of vfork().

This commit is contained in:
Andrew Cagney
2001-01-31 02:08:23 +00:00
parent 4fcf66da88
commit 74c1b268c6
7 changed files with 486 additions and 203 deletions

View File

@@ -130,7 +130,8 @@ AC_HEADER_STAT
AC_C_CONST
AC_CHECK_FUNCS(setpgid sbrk sigaction isascii bzero bcopy btowc poll sigprocmask vfork)
AC_CHECK_FUNCS(setpgid sbrk sigaction isascii bzero bcopy btowc poll sigprocmask)
AC_FUNC_VFORK
AC_FUNC_ALLOCA
# See if machine/reg.h supports the %fs and %gs i386 segment registers.