diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/check-os-options.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/check-os-options.m4 b/m4/check-os-options.m4 index 77edd14..3775b79 100644 --- a/m4/check-os-options.m4 +++ b/m4/check-os-options.m4 | |||
@@ -145,7 +145,7 @@ if test "$ac_cv_sizeof_time_t" = "4"; then | |||
145 | if test "$host_os" = "mingw32" ; then | 145 | if test "$host_os" = "mingw32" ; then |
146 | echo " **" | 146 | echo " **" |
147 | echo " ** You can solve this by adjusting the build flags in your" | 147 | echo " ** You can solve this by adjusting the build flags in your" |
148 | echo " ** mingw-w64 toolchain. Refer to README.windows for details." | 148 | echo " ** mingw-w64 toolchain. Refer to README.mingw.md for details." |
149 | fi | 149 | fi |
150 | fi | 150 | fi |
151 | 151 | ||