From: Paul Eggert Date: Thu, 6 Sep 2007 17:52:29 +0000 (+0000) Subject: * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64c23b1aa245db3a5e67a4e64531f58fb955d7cf;p=pspp * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling in variable name. --- diff --git a/ChangeLog b/ChangeLog index a06eec1904..46bfd343f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-06 Yoann Vandoorselaere + + * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling + in variable name. + 2007-09-03 Jim Meyering New module: git-version-gen. diff --git a/m4/time_h.m4 b/m4/time_h.m4 index 3f543a15a7..d42a635ece 100644 --- a/m4/time_h.m4 +++ b/m4/time_h.m4 @@ -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