summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-29 06:59:36 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-29 06:59:36 +0000
commit42eaef40d86c46660ca83386a11d683ce27f8885 (patch)
treec802091e08f65279a0c81cfb4b317a8dbb360224
parent5309e843d3df11a58b1bba92b52c2a668ac9ca7b (diff)
downloadbcm5719-llvm-42eaef40d86c46660ca83386a11d683ce27f8885.tar.gz
bcm5719-llvm-42eaef40d86c46660ca83386a11d683ce27f8885.zip
Fix a Bourne Shell syntax error in a test
llvm-svn: 19183
-rw-r--r--llvm/autoconf/m4/need_dev_zero_for_mmap.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/autoconf/m4/need_dev_zero_for_mmap.m4 b/llvm/autoconf/m4/need_dev_zero_for_mmap.m4
index 352c5186dbf..57b32283017 100644
--- a/llvm/autoconf/m4/need_dev_zero_for_mmap.m4
+++ b/llvm/autoconf/m4/need_dev_zero_for_mmap.m4
@@ -5,7 +5,7 @@
AC_DEFUN([AC_NEED_DEV_ZERO_FOR_MMAP],
[AC_CACHE_CHECK([if /dev/zero is needed for mmap],
ac_cv_need_dev_zero_for_mmap,
-[if test "$llvm_cv_os_type" == "Interix" ; then
+[if test "$llvm_cv_os_type" = "Interix" ; then
ac_cv_need_dev_zero_for_mmap=yes
else
ac_cv_need_dev_zero_for_mmap=no
OpenPOWER on IntegriCloud