diff options
author | Brent Cook <busterb@gmail.com> | 2024-05-28 08:25:41 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-05-28 08:25:41 -0500 |
commit | d9c3a5000c182fd1c8beb253970d2661e0b54516 (patch) | |
tree | f9525fca0d0162788912986221aa91efd584b019 /m4 | |
parent | 1e0d453f05c316e5d568b43cb59128ba696a89b5 (diff) | |
parent | 937a3d920ead4c5a8bff162bbc719f39208988ee (diff) | |
download | portable-d9c3a5000c182fd1c8beb253970d2661e0b54516.tar.gz portable-d9c3a5000c182fd1c8beb253970d2661e0b54516.tar.bz2 portable-d9c3a5000c182fd1c8beb253970d2661e0b54516.zip |
Land #1048, clarify that Windows builds are easy
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 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 |
152 | fi | 152 | fi |
153 | 153 | ||