diff options
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/gas/configure b/gas/configure index 05851f4..166ae27 100755 --- a/gas/configure +++ b/gas/configure @@ -6214,8 +6214,9 @@ INCINTL= XGETTEXT= GMSGFMT= POSUB= -if test -f ../intl/config.intl; then - . ../intl/config.intl + +if test -f ../intl/config.intl; then + . ../intl/config.intl fi echo "$as_me:$LINENO: checking whether NLS is requested" >&5 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6 @@ -8833,6 +8834,16 @@ fi +case "${host}" in +*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*) + +cat >>confdefs.h <<\_ACEOF +#define USE_BINARY_FOPEN 1 +_ACEOF + ;; +esac + + |