From: dj Date: Sun, 6 Mar 2005 17:41:16 +0000 (+0000) Subject: * configure.ac (target_header_dir): vfork is a stub under djgpp. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=103495371a1e8e1af3c29151766b9e99b59ba8cd;p=thirdparty%2Fgcc.git * configure.ac (target_header_dir): vfork is a stub under djgpp. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95980 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libiberty/configure b/libiberty/configure index bb0e20403710..ed656bcb8c89 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -5308,7 +5308,7 @@ esac libiberty_cv_var_sys_errlist=yes ;; - *-*-msdosdjgpp) + *-*-msdosdjgpp*) # vfork and fork are stubs. ac_cv_func_vfork_works=no ;; diff --git a/libiberty/configure.ac b/libiberty/configure.ac index 705bc6b07da9..b1716081c8cd 100644 --- a/libiberty/configure.ac +++ b/libiberty/configure.ac @@ -445,7 +445,7 @@ if test -z "${setobjs}"; then libiberty_cv_var_sys_errlist=yes ;; - *-*-msdosdjgpp) + *-*-msdosdjgpp*) # vfork and fork are stubs. ac_cv_func_vfork_works=no ;;