mirror of
https://github.com/curl/curl.git
synced 2026-08-05 03:06:13 +03:00
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:
parent
2edbc229cb
commit
9e4a2187e7
4 changed files with 35 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue