diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-12-02 15:40:56 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-12-02 15:40:56 +0000 |
commit | 818fa2bf213eeaa57c3d4121832abc8b80f57a36 (patch) | |
tree | 981a9acd66b3641feab49c80f767753f3db2fc2b /gdb/configure | |
parent | ab5ba170e9111446867b2f522686d6e0b2fe3de6 (diff) | |
download | gdb-818fa2bf213eeaa57c3d4121832abc8b80f57a36.zip gdb-818fa2bf213eeaa57c3d4121832abc8b80f57a36.tar.gz gdb-818fa2bf213eeaa57c3d4121832abc8b80f57a36.tar.bz2 |
Add check for vfork() to configure.in. Cleanup uses.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index f02de34..6786629 100755 --- a/gdb/configure +++ b/gdb/configure @@ -3557,7 +3557,7 @@ EOF fi -for ac_func in setpgid sbrk sigaction isascii bzero bcopy btowc poll sigprocmask +for ac_func in setpgid sbrk sigaction isascii bzero bcopy btowc poll sigprocmask vfork do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:3564: checking for $ac_func" >&5 |