summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-14 21:57:37 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2023-04-14 21:57:37 -0700
commit44366a5e4a6cf14ef03e0cc859c9e842845015f3 (patch)
treec6bfbe7fbf431d2c52e12c749ae49a862a1ac427 /m4
parent9f18214697112de3d884afd93ac94965fb420ba6 (diff)
downloadgnulib-44366a5e4a6cf14ef03e0cc859c9e842845015f3.tar.gz
year2038: Fix configure failure on 32-bit mingw.
* m4/largefile.m4 (_AC_SYS_YEAR2038_PROBE): Use the same option spelling as in _AC_SYS_YEAR2038_OPTIONS.
Diffstat (limited to 'm4')
-rw-r--r--m4/largefile.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/largefile.m4 b/m4/largefile.m4
index 4bfff0d076..f741d0df6e 100644
--- a/m4/largefile.m4
+++ b/m4/largefile.m4
@@ -125,7 +125,7 @@ AS_CASE([$ac_cv_sys_year2038_opts],
[AC_DEFINE([_TIME_BITS], [64],
[Number of bits in time_t, on hosts where this is settable.])],
- ["-D__MINGW_USE_VC2005_COMPAT=1"],
+ ["-D__MINGW_USE_VC2005_COMPAT"],
[AC_DEFINE([__MINGW_USE_VC2005_COMPAT], [1],
[Define to 1 on platforms where this makes time_t a 64-bit type.])],