aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorChristian Andersen <csandersen3@gmail.com>2024-04-09 21:44:41 +0200
committerChristian Andersen <csandersen3@gmail.com>2024-05-25 12:43:00 +0200
commitad6e77ca9fe3da77a23b6b89e9678c92663c9cc8 (patch)
tree57cc3253cec12400930430f10b80aa7e4644ef13 /m4
parentac75aab32321a1c4f469018d9b3596fd89f5bf14 (diff)
downloadportable-ad6e77ca9fe3da77a23b6b89e9678c92663c9cc8.tar.gz
portable-ad6e77ca9fe3da77a23b6b89e9678c92663c9cc8.tar.bz2
portable-ad6e77ca9fe3da77a23b6b89e9678c92663c9cc8.zip
Rename README.windows to README.mingw.md
Since it is mingw specific and does not really involve other compilers.
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 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
150fi 150fi
151 151