summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2022-09-26 13:48:42 +0900
committerPaul Eggert <eggert@cs.ucla.edu>2022-09-25 22:21:34 -0700
commita65791fd99b72f9b6bfa5d631be391c6e06a8d88 (patch)
treedbc6db9b35350cd5b4f4d18244d2b6b283bbce4e /modules
parent37f96b7066116661ea4b9e82ed04e767eedc0d1d (diff)
downloadgnulib-a65791fd99b72f9b6bfa5d631be391c6e06a8d88.tar.gz
largefile: fix detection of time_t size on mingw32
* modules/largefile (configure.ac-early): Ensure gl_YEAR2038_EARLY is invoked before gl_YEAR2038_BODY.
Diffstat (limited to 'modules')
-rw-r--r--modules/largefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/largefile b/modules/largefile
index 8eb438a8e9..9e1d9f052a 100644
--- a/modules/largefile
+++ b/modules/largefile
@@ -13,8 +13,8 @@ m4/year2038.m4
Depends-on:
configure.ac-early:
-AC_REQUIRE([AC_SYS_LARGEFILE])
AC_REQUIRE([gl_YEAR2038_EARLY])
+AC_REQUIRE([AC_SYS_LARGEFILE])
configure.ac:
AC_REQUIRE([gl_LARGEFILE])