configure.ac (target_header_dir): vfork is a stub under djgpp.

* configure.ac (target_header_dir): vfork is a stub under djgpp.
* configure: Regenerated.

From-SVN: r95980
This commit is contained in:
DJ Delorie 2005-03-06 12:41:16 -05:00
parent fe8ee922e3
commit b3df8be147
2 changed files with 2 additions and 2 deletions

2
libiberty/configure vendored
View File

@ -5308,7 +5308,7 @@ esac
libiberty_cv_var_sys_errlist=yes
;;
*-*-msdosdjgpp)
*-*-msdosdjgpp*)
# vfork and fork are stubs.
ac_cv_func_vfork_works=no
;;

View File

@ -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
;;