mirror of
https://github.com/mirror/wget.git
synced 2024-12-28 22:00:27 +08:00
Remove skipping libunistring with --disable-iri
* configure.ac: Remove checking for IRI=no On certain systems, gnulib falls back to libunistring for mbtowc() and wcwidth() (used in src/progress.c). Reported-by: Zhiming Wang
This commit is contained in:
parent
d680b0b551
commit
990f3d67d3
@ -663,11 +663,6 @@ if test "X$iri" != "Xno"; then
|
||||
# ])
|
||||
])
|
||||
fi
|
||||
if test "X$iri" = "Xno"; then
|
||||
# we don't need libunistring - clear settings from gnulib module
|
||||
LIBUNISTRING=""
|
||||
LTLIBUNISTRING=""
|
||||
fi
|
||||
|
||||
dnl
|
||||
dnl Check for UUID
|
||||
|
Loading…
Reference in New Issue
Block a user