Commit b3df8be1 by DJ Delorie

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
parent fe8ee922
...@@ -5308,7 +5308,7 @@ esac ...@@ -5308,7 +5308,7 @@ esac
libiberty_cv_var_sys_errlist=yes libiberty_cv_var_sys_errlist=yes
;; ;;
*-*-msdosdjgpp) *-*-msdosdjgpp*)
# vfork and fork are stubs. # vfork and fork are stubs.
ac_cv_func_vfork_works=no ac_cv_func_vfork_works=no
;; ;;
......
...@@ -445,7 +445,7 @@ if test -z "${setobjs}"; then ...@@ -445,7 +445,7 @@ if test -z "${setobjs}"; then
libiberty_cv_var_sys_errlist=yes libiberty_cv_var_sys_errlist=yes
;; ;;
*-*-msdosdjgpp) *-*-msdosdjgpp*)
# vfork and fork are stubs. # vfork and fork are stubs.
ac_cv_func_vfork_works=no ac_cv_func_vfork_works=no
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment