aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-12-02 15:40:56 +0000
committerAndrew Cagney <cagney@redhat.com>2000-12-02 15:40:56 +0000
commit818fa2bf213eeaa57c3d4121832abc8b80f57a36 (patch)
tree981a9acd66b3641feab49c80f767753f3db2fc2b /gdb/configure.in
parentab5ba170e9111446867b2f522686d6e0b2fe3de6 (diff)
downloadgdb-818fa2bf213eeaa57c3d4121832abc8b80f57a36.zip
gdb-818fa2bf213eeaa57c3d4121832abc8b80f57a36.tar.gz
gdb-818fa2bf213eeaa57c3d4121832abc8b80f57a36.tar.bz2
Add check for vfork() to configure.in. Cleanup uses.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 2b14ac3..eb5a11f 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -129,7 +129,7 @@ AC_HEADER_STAT
AC_C_CONST
-AC_CHECK_FUNCS(setpgid sbrk sigaction isascii bzero bcopy btowc poll sigprocmask)
+AC_CHECK_FUNCS(setpgid sbrk sigaction isascii bzero bcopy btowc poll sigprocmask vfork)
AC_FUNC_ALLOCA
# See if machine/reg.h supports the %fs and %gs i386 segment registers.