diff options
| author | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
| commit | f0f8d7b82492e741950c363a03b886965c91b1b0 (patch) | |
| tree | 19b716830b1ebabc0d7d75949c4e6800c0f104ad /m4/time_h.m4 | |
| parent | 9e64a087c4d167e7ec1c4e22bea3e6af53b563de (diff) | |
| parent | c818c29771d3cb51875643b2f6c894073e429dd2 (diff) | |
| download | emacs-feature/native-comp-macos-fixes.tar.gz emacs-feature/native-comp-macos-fixes.zip | |
Merge branch 'feature/native-comp' into feature/native-comp-macos-fixesfeature/native-comp-macos-fixes
Diffstat (limited to 'm4/time_h.m4')
| -rw-r--r-- | m4/time_h.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/time_h.m4 b/m4/time_h.m4 index d0f89327c4b..a15c09dc07b 100644 --- a/m4/time_h.m4 +++ b/m4/time_h.m4 | |||
| @@ -121,7 +121,6 @@ AC_DEFUN([gl_HEADER_TIME_H_DEFAULTS], | |||
| 121 | HAVE_NANOSLEEP=1; AC_SUBST([HAVE_NANOSLEEP]) | 121 | HAVE_NANOSLEEP=1; AC_SUBST([HAVE_NANOSLEEP]) |
| 122 | HAVE_STRPTIME=1; AC_SUBST([HAVE_STRPTIME]) | 122 | HAVE_STRPTIME=1; AC_SUBST([HAVE_STRPTIME]) |
| 123 | HAVE_TIMEGM=1; AC_SUBST([HAVE_TIMEGM]) | 123 | HAVE_TIMEGM=1; AC_SUBST([HAVE_TIMEGM]) |
| 124 | HAVE_TZSET=1; AC_SUBST([HAVE_TZSET]) | ||
| 125 | dnl Even GNU libc does not have timezone_t yet. | 124 | dnl Even GNU libc does not have timezone_t yet. |
| 126 | HAVE_TIMEZONE_T=0; AC_SUBST([HAVE_TIMEZONE_T]) | 125 | HAVE_TIMEZONE_T=0; AC_SUBST([HAVE_TIMEZONE_T]) |
| 127 | dnl If another module says to replace or to not replace, do that. | 126 | dnl If another module says to replace or to not replace, do that. |