summaryrefslogtreecommitdiff
path: root/m4/time_h.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-09-06 17:52:29 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2007-09-06 17:52:29 +0000
commit64c23b1aa245db3a5e67a4e64531f58fb955d7cf (patch)
tree75a4f7b802bc5f6c6f7abed3522ef975171a97fe /m4/time_h.m4
parent16cd104ba8a9c2f05fbf88ea054cdd997e87d924 (diff)
downloadgnulib-64c23b1aa245db3a5e67a4e64531f58fb955d7cf.tar.gz
* m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
in variable name.
Diffstat (limited to 'm4/time_h.m4')
-rw-r--r--m4/time_h.m42
1 files changed, 1 insertions, 1 deletions
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