diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-01-31 02:08:23 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-01-31 02:08:23 +0000 |
commit | 28ab38fa7224b3972d290e5e1e2f048bbc4adf30 (patch) | |
tree | 1a2b27a782a9a829d8b07cc34181b4be7c485914 /gdb/configure.in | |
parent | 515fe7971c2f812953bf4a117263739727eb7336 (diff) | |
download | gdb-28ab38fa7224b3972d290e5e1e2f048bbc4adf30.tar.gz |
Cleanup autoconfigury of vfork().
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index c9ed2e35534..4c09049e983 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -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. |