[llvm-commits] CVS: llvm/autoconf/m4/need_dev_zero_for_mmap.m4
Reid Spencer
reid at x10sys.com
Tue Dec 28 22:59:47 PST 2004
Changes in directory llvm/autoconf/m4:
need_dev_zero_for_mmap.m4 updated: 1.1 -> 1.2
---
Log message:
Fix a Bourne Shell syntax error in a test
---
Diffs of the changes: (+1 -1)
Index: llvm/autoconf/m4/need_dev_zero_for_mmap.m4
diff -u llvm/autoconf/m4/need_dev_zero_for_mmap.m4:1.1 llvm/autoconf/m4/need_dev_zero_for_mmap.m4:1.2
--- llvm/autoconf/m4/need_dev_zero_for_mmap.m4:1.1 Mon Dec 27 00:14:48 2004
+++ llvm/autoconf/m4/need_dev_zero_for_mmap.m4 Wed Dec 29 00:59:36 2004
@@ -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
More information about the llvm-commits
mailing list