aboutsummaryrefslogtreecommitdiff
path: root/libiberty/configure.ac
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-03-06 18:48:16 +0000
committerDJ Delorie <dj@redhat.com>2005-03-06 18:48:16 +0000
commit65dce80e6f7f3e9f852bc7796606c1cd67086fc8 (patch)
tree8254443049101c7969439cc439e8156cff80849c /libiberty/configure.ac
parent88d7a7384175c0737f031da04bdaeca782e2c480 (diff)
downloadfsf-binutils-gdb-65dce80e6f7f3e9f852bc7796606c1cd67086fc8.zip
fsf-binutils-gdb-65dce80e6f7f3e9f852bc7796606c1cd67086fc8.tar.gz
fsf-binutils-gdb-65dce80e6f7f3e9f852bc7796606c1cd67086fc8.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r--libiberty/configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac
index 650faee..b171608 100644
--- a/libiberty/configure.ac
+++ b/libiberty/configure.ac
@@ -445,6 +445,11 @@ if test -z "${setobjs}"; then
libiberty_cv_var_sys_errlist=yes
;;
+ *-*-msdosdjgpp*)
+ # vfork and fork are stubs.
+ ac_cv_func_vfork_works=no
+ ;;
+
*-*-uwin*)
# Under some versions of uwin, vfork is notoriously buggy and the test
# can hang configure; on other versions, vfork exists just as a stub.