configure: Make ICU the default library for IDNA and JID normalization
authorKim Alvefur <zash@zash.se>
Sun, 12 Jul 2020 23:04:14 +0200
changeset 11532 d3b0049e50f5
parent 11531 eaff6e548f12
child 11534 a90389e7296c
configure: Make ICU the default library for IDNA and JID normalization See #533
configure
--- a/configure	Sat Apr 24 10:50:24 2021 +0200
+++ b/configure	Sun Jul 12 23:04:14 2020 +0200
@@ -27,7 +27,7 @@
 CFLAGS="$CFLAGS -Wall -pedantic -Wextra -Wshadow -Wformat=2"
 LDFLAGS="-shared"
 
-IDN_LIBRARY="idn"
+IDN_LIBRARY="icu"
 # Help
 
 show_help() {
@@ -63,8 +63,8 @@
 --with-idn=LIB              The name of the IDN library to link with.
                             Default is $IDN_LIB
 --idn-library=(idn|icu)     Select library to use for IDNA functionality.
-                            idn: use GNU libidn (default)
-                            icu: use ICU from IBM
+                            idn: use GNU libidn
+                            icu: use ICU from IBM (default)
 --with-ssl=LIB              The name of the SSL to link with.
                             Default is $OPENSSL_LIB
 --with-random=METHOD        CSPRNG backend to use. One of