* config/bfin-parse.y (binary): Do some more constant folding for
[deliverable/binutils-gdb.git] / gas / configure
index 05851f4fe77b38e648dccd95756f43c4d3e550ef..166ae272b0a55dbe32450fb8c4335bf79cf711d4 100755 (executable)
@@ -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
+
+
 
 
 
This page took 0.035509 seconds and 4 git commands to generate.