aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/check-os-options.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/check-os-options.m4 b/m4/check-os-options.m4
index a8c4904..91c3021 100644
--- a/m4/check-os-options.m4
+++ b/m4/check-os-options.m4
@@ -147,7 +147,7 @@ if test "$ac_cv_sizeof_time_t" = "4"; then
147 if test "$host_os" = "mingw32" ; then 147 if test "$host_os" = "mingw32" ; then
148 echo " **" 148 echo " **"
149 echo " ** You can solve this by adjusting the build flags in your" 149 echo " ** You can solve this by adjusting the build flags in your"
150 echo " ** mingw-w64 toolchain. Refer to README.windows for details." 150 echo " ** mingw-w64 toolchain. Refer to README.mingw.md for details."
151 fi 151 fi
152fi 152fi
153 153