mirror of
https://github.com/mirror/wget.git
synced 2026-08-19 09:23: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:
@@ -663,11 +663,6 @@ if test "X$iri" != "Xno"; then
|
|||||||
# ])
|
# ])
|
||||||
])
|
])
|
||||||
fi
|
fi
|
||||||
if test "X$iri" = "Xno"; then
|
|
||||||
# we don't need libunistring - clear settings from gnulib module
|
|
||||||
LIBUNISTRING=""
|
|
||||||
LTLIBUNISTRING=""
|
|
||||||
fi
|
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl Check for UUID
|
dnl Check for UUID
|
||||||
|
|||||||
Reference in New Issue
Block a user