sync config with gcc:
authorPaolo Bonzini <bonzini@gnu.org>
Fri, 20 Nov 2009 10:12:01 +0000 (10:12 +0000)
committerPaolo Bonzini <bonzini@gnu.org>
Fri, 20 Nov 2009 10:12:01 +0000 (10:12 +0000)
2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

* acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): Use = with test.

config/ChangeLog
config/acx.m4

index c4b45628707a77ad1f0e83672ee2bb8ef53488eb..7b6ded03d52ef18d60f21b1d094a08a3e101aa54 100644 (file)
@@ -8,6 +8,10 @@
 
        * largefile.m4: New file.
 
+2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): Use = with test.
+
 2009-09-09  Paolo Bonzini  <bonzini@gnu.org>
 
        * stdint.m4 (GCC_HEADER_STDINT): Revert changes to this macro in
index cea08b7204ff6e9e23f3c744d7faefa8c2a1b8d0..b559c03ebdf2dff5ff0aaf7b1f916dd47a62e806 100644 (file)
@@ -605,7 +605,7 @@ dnl # See binutils PR 4334 for more details.
 AC_DEFUN([ACX_CHECK_CYGWIN_CAT_WORKS],[
 AC_MSG_CHECKING([to see if cat works as expected])
 echo a >cygwin-cat-check
-if test `cat cygwin-cat-check` == a ; then
+if test `cat cygwin-cat-check` = a ; then
   rm cygwin-cat-check
   AC_MSG_RESULT(yes)
 else
This page took 0.026674 seconds and 4 git commands to generate.