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 | 74c1b268c657a9845250bfd8d30ead960b38771b (patch) | |
tree | 7296cb92c291bdf44263b51d6f75367c17fa1d3c /gdb/configure.in | |
parent | 4fcf66da885273eeeea8e14b771d0e3ea20799d9 (diff) | |
download | gdb-74c1b268c657a9845250bfd8d30ead960b38771b.zip gdb-74c1b268c657a9845250bfd8d30ead960b38771b.tar.gz gdb-74c1b268c657a9845250bfd8d30ead960b38771b.tar.bz2 |
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 c9ed2e3..4c09049 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. |