aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2009-10-23 10:03:47 +0000
committerRainer Orth <ro@gcc.gnu.org>2009-10-23 10:03:47 +0000
commite25a8c821651fdd79282b769cba179d814835666 (patch)
tree8713e7612a54f2d6f208304b409435944e909473 /configure
parent5813994e3c5f155d96930314e82f6980c8981406 (diff)
downloadgcc-e25a8c821651fdd79282b769cba179d814835666.zip
gcc-e25a8c821651fdd79282b769cba179d814835666.tar.gz
gcc-e25a8c821651fdd79282b769cba179d814835666.tar.bz2
acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): Use = with test.
config: * acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): Use = with test. From-SVN: r153493
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index db105a5..4af7b47 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; }