changeset 9179:b6825d8a63e8

* m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling in variable name.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 06 Sep 2007 17:52:29 +0000
parents 0dfaae9e6fcd
children aed85403a421
files ChangeLog m4/time_h.m4
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
+
+	* m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
+	in variable name.
+
 2007-09-03  Jim Meyering  <jim@meyering.net>
 
 	New module: git-version-gen.
--- a/m4/time_h.m4
+++ b/m4/time_h.m4
@@ -65,7 +65,7 @@
 	    [[static struct timespec x; x.tv_sec = x.tv_nsec;]])],
 	 [gl_cv_sys_struct_timespec_in_sys_time_h=yes],
 	 [gl_cv_sys_struct_timespec_in_sys_time_h=no])])
-    if test $gl_cv_sys_struct_timespec_in_time_h = yes; then
+    if test $gl_cv_sys_struct_timespec_in_sys_time_h = yes; then
       SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=1
     fi
   fi