summaryrefslogtreecommitdiff
path: root/libiberty/configure.ac
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-06 17:40:06 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-06 17:40:06 +0000
commit40aad480fe37d5a21e05f33cafad7cb45c166a1e (patch)
treeb98c91a8c5e2a48cf3f7ad32257e956cc6b9884c /libiberty/configure.ac
parent1ebe9a83e2dc4bd8fc436ccc8fc46e60080f674e (diff)
downloadgcc-40aad480fe37d5a21e05f33cafad7cb45c166a1e.tar.gz
* configure.ac (target_header_dir): vfork is a stub under djgpp.
* configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95979 138bc75d-0d04-0410-961f-82ee72b054a4
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 650faee115a..705bc6b07da 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.