]> granicus.if.org Git - file/commitdiff
fix bogus mimed lines from rrt@
authorChristos Zoulas <christos@zoulas.com>
Mon, 4 Feb 2008 16:42:38 +0000 (16:42 +0000)
committerChristos Zoulas <christos@zoulas.com>
Mon, 4 Feb 2008 16:42:38 +0000 (16:42 +0000)
acinclude.m4

index f92a2d1db95e7e78a5bc60054628f5cb510d3ba3..3a76bad1c7e8cd2fc07798c7201fe540e60f149e 100644 (file)
@@ -179,8 +179,7 @@ AC_DEFUN([AC_SYS_LARGEFILE_TEST_INCLUDES],
   ]])
 
 dnl Internal subroutine of AC_SYS_LARGEFILE.
-dnl AC_SYS_LARGEFILE_MACRO_VALUE(C-MACRO, VALUE, CACHE-VAR, COMMENT, INCLU=
-DES, FUNCTION-BODY)
+dnl AC_SYS_LARGEFILE_MACRO_VALUE(C-MACRO, VALUE, CACHE-VAR, COMMENT, INCLUDES, FUNCTION-BODY)
 AC_DEFUN([AC_SYS_LARGEFILE_MACRO_VALUE],
   [AC_CACHE_CHECK([for $1 value needed for large files], $3,
      [$3=no
@@ -202,8 +201,7 @@ AC_DEFUN([AC_SYS_LARGEFILE],
      [  --disable-largefile     omit support for large files])
    if test "$enable_largefile" != no; then
 
-     AC_CACHE_CHECK([for special C compiler options needed for large files=
-],
+     AC_CACHE_CHECK([for special C compiler options needed for large files],
        ac_cv_sys_largefile_CC,
        [ac_cv_sys_largefile_CC=no
         if test "$GCC" != yes; then