diff options
author | Douglas B Rupp <rupp@gnat.com> | 2001-12-11 07:17:33 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2001-12-11 07:17:33 -0500 |
commit | ee262b6f6a981fb2b4c083d7456631081d31d366 (patch) | |
tree | 925aab2ba1fab68d8c3e4918f91285835558cc82 /libiberty/configure.in | |
parent | 813df02279535b00a6a932fa12b4a85fb9445007 (diff) | |
download | gcc-ee262b6f6a981fb2b4c083d7456631081d31d366.zip gcc-ee262b6f6a981fb2b4c083d7456631081d31d366.tar.gz gcc-ee262b6f6a981fb2b4c083d7456631081d31d366.tar.bz2 |
configure.in: Hardcode that vfork works on VMS host.
* gcc/configure.in: Hardcode that vfork works on VMS host.
* gcc/configure: Regenerated.
* libiberty/configure.in: Hardcode that vfork works on VMS host.
* libiberty/configure: Regenerated.
From-SVN: r47869
Diffstat (limited to 'libiberty/configure.in')
-rw-r--r-- | libiberty/configure.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libiberty/configure.in b/libiberty/configure.in index 8b67396..c35624e 100644 --- a/libiberty/configure.in +++ b/libiberty/configure.in @@ -340,6 +340,13 @@ if test -z "${setobjs}"; then libiberty_cv_var_sys_errlist=yes ;; + *-*-*vms*) + # Under VMS, vfork works very different than on Unix. The standard test + # won't work, and it isn't easily adaptable. It makes more sense to + # just force it. + ac_cv_func_vfork_works=yes + ;; + esac # We haven't set the list of objects yet. Use the standard autoconf |