diff options
author | DJ Delorie <dj@gcc.gnu.org> | 2005-03-06 12:41:16 -0500 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2005-03-06 12:41:16 -0500 |
commit | b3df8be147fdad9c0fd27ea99deeef499e5fe853 (patch) | |
tree | 02623f37dd3c1f13f5be93426bcd8ea9675195de | |
parent | fe8ee922e33116a1da539ca9d89abb9029309b1b (diff) | |
download | gcc-b3df8be147fdad9c0fd27ea99deeef499e5fe853.zip gcc-b3df8be147fdad9c0fd27ea99deeef499e5fe853.tar.gz gcc-b3df8be147fdad9c0fd27ea99deeef499e5fe853.tar.bz2 |
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
-rwxr-xr-x | libiberty/configure | 2 | ||||
-rw-r--r-- | libiberty/configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/configure b/libiberty/configure index bb0e204..ed656bc 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 705bc6b..b171608 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 ;; |