rebuild with current tools
[deliverable/binutils-gdb.git] / ld / configure.in
index c3d5e97250cf7e3abe260162c5700f6003f7b834..32fc5f65ad16a91b847585264d08e65ee46b6a8f 100644 (file)
@@ -74,11 +74,13 @@ BFD_NEED_DECLARATION(environ)
 # broken Microsoft MSVC compiler, which limits the length of string
 # constants, while still supporting pre-ANSI compilers which do not
 # support string concatenation.
+AC_MSG_CHECKING([whether ANSI C string concatenation works])
 AC_CACHE_VAL(ld_cv_string_concatenation,
 [AC_TRY_COMPILE(,[char *a = "a" "a";],
-  [ld_cv_string_concatenation=true],
-  [ld_cv_string_concatenation=false])])
-if test "$ld_cv_string_concatenation" = "true"; then
+  [ld_cv_string_concatenation=yes],
+  [ld_cv_string_concatenation=no])])
+AC_MSG_RESULT($ld_cv_string_concatenation)
+if test "$ld_cv_string_concatenation" = "yes"; then
   STRINGIFY=astring.sed
 else
   STRINGIFY=ostring.sed
This page took 0.022627 seconds and 4 git commands to generate.