From 82d97a59f8ec297add800c0e36774503d0f05f07 Mon Sep 17 00:00:00 2001 From: ro Date: Fri, 23 Oct 2009 10:03:47 +0000 Subject: config: * acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): Use = with test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153493 138bc75d-0d04-0410-961f-82ee72b054a4 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index db105a549b2..4af7b475754 100755 --- a/configure +++ b/configure @@ -3855,7 +3855,7 @@ case "${host}" in { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5 $as_echo_n "checking to see if cat works as expected... " >&6; } 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 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } -- cgit v1.2.1