Changeset

11528:d3b0049e50f5

configure: Make ICU the default library for IDNA and JID normalization See #533
author Kim Alvefur <zash@zash.se>
date Sun, 12 Jul 2020 23:04:14 +0200
parents 11527:eaff6e548f12
children 11530:a90389e7296c
files configure
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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