INN commit: trunk/m4 (mmap.m4)

INN Commit Russ_Allbery at isc.org
Sat Jan 31 21:08:29 UTC 2009


    Date: Saturday, January 31, 2009 @ 13:08:29
  Author: iulius
Revision: 8313

Typo from previous commit...

Modified:
  trunk/m4/mmap.m4

---------+
 mmap.m4 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: mmap.m4
===================================================================
--- mmap.m4	2009-01-31 20:35:04 UTC (rev 8312)
+++ mmap.m4	2009-01-31 21:08:29 UTC (rev 8313)
@@ -197,7 +197,7 @@
 dnl without an intervening msync.
 AC_DEFUN([INN_FUNC_MMAP_SEES_WRITES],
 [AC_CACHE_CHECK([whether mmap sees writes], [inn_cv_func_mmap_sees_writes],
-[AC_RUN_IFELSE([INN_FUNC_MMAP_SEES_WRITES_SOURCE],
+[AC_RUN_IFELSE([_INN_FUNC_MMAP_SEES_WRITES_SOURCE],
     [inn_cv_func_mmap_sees_writes=yes],
     [inn_cv_func_mmap_sees_writes=no],
     [inn_cv_func_mmap_sees_writes=no])])




More information about the inn-committers mailing list