changeset 12352:a6f65d4b64bc

utimes: fix configure grammar 'Checking determine whether...' doesn't read well. * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Tue, 24 Nov 2009 10:00:18 -0700
parents 0b80ccdc9aa4
children fd066c132b7d
files ChangeLog m4/utimes.m4
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-25  Eric Blake  <ebb9@byu.net>
+
+	utimes: fix configure grammar
+	* m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
+
 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
 
 	regex: Fix fastmap for multibyte character ranges.
--- a/m4/utimes.m4
+++ b/m4/utimes.m4
@@ -1,4 +1,5 @@
 # Detect some bugs in glibc's implementation of utimes.
+# serial 2
 
 dnl Copyright (C) 2003, 2004, 2005, 2009 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
@@ -19,8 +20,8 @@
 
 AC_DEFUN([gl_FUNC_UTIMES],
 [
-  AC_CACHE_CHECK([determine whether the utimes function works],
-		 gl_cv_func_working_utimes,
+  AC_CACHE_CHECK([whether the utimes function works],
+		 [gl_cv_func_working_utimes],
   [
   AC_RUN_IFELSE([AC_LANG_SOURCE([[
 #include <sys/types.h>