* m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Sep 2007 17:52:29 +0000 (17:52 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Sep 2007 17:52:29 +0000 (17:52 +0000)
in variable name.

ChangeLog
m4/time_h.m4

index a06eec1..46bfd34 100644 (file)
--- 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.
index 3f543a1..d42a635 100644 (file)
@@ -65,7 +65,7 @@ AC_DEFUN([gl_CHECK_TYPE_STRUCT_TIMESPEC],
            [[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