From ad6e77ca9fe3da77a23b6b89e9678c92663c9cc8 Mon Sep 17 00:00:00 2001 From: Christian Andersen Date: Tue, 9 Apr 2024 21:44:41 +0200 Subject: Rename README.windows to README.mingw.md Since it is mingw specific and does not really involve other compilers. --- m4/check-os-options.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') 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 if test "$host_os" = "mingw32" ; then echo " **" echo " ** You can solve this by adjusting the build flags in your" - echo " ** mingw-w64 toolchain. Refer to README.windows for details." + echo " ** mingw-w64 toolchain. Refer to README.mingw.md for details." fi fi -- cgit v1.2.3-55-g6feb