autotools: add --with-windows-unicode option

- add `--with-windows-unicode` and `--without-windows-unicode` (default)
  options.

- enable it in a CI job.

Fixes #7229
Closes #14478
This commit is contained in:
Viktor Szakats 2024-08-09 20:18:48 +02:00
parent 2edbc229cb
commit 9e4a2187e7
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 35 additions and 9 deletions

View file

@ -178,7 +178,6 @@
19.3 Do not use GNU libtool on OpenBSD
19.4 Package curl for Windows in a signed installer
19.5 make configure use --cache-file more and better
19.6 build curl with Windows Unicode support
20. Test suite
20.1 SSL tunnel
@ -1307,13 +1306,6 @@
See https://github.com/curl/curl/issues/7753
19.6 build curl with Windows Unicode support
The user wants an easier way to tell autotools to build curl with Windows
Unicode support, like ./configure --enable-windows-unicode
See https://github.com/curl/curl/issues/7229
20. Test suite
20.1 SSL tunnel