* acinclude.m4 (BFD_BINARY_FOPEN): Change -windows to -windows*.

* aclocal.m4, configure: Rebuild.
This commit is contained in:
Ian Lance Taylor
1999-08-08 16:01:13 +00:00
parent 76a279225c
commit 855b0be7f7
4 changed files with 8 additions and 3 deletions

View File

@ -3,7 +3,7 @@ AC_DEFUN(BFD_BINARY_FOPEN,
[AC_REQUIRE([AC_CANONICAL_SYSTEM])
case "${host}" in
changequote(,)dnl
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows)
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
changequote([,])dnl
AC_DEFINE(USE_BINARY_FOPEN, 1, [Use b modifier when opening binary files?]) ;;
esac])dnl