# HG changeset patch # User Kim Alvefur # Date 1594587854 -7200 # Node ID d3b0049e50f5ce2494ee7ac0fa9e2f9f50518c7c # Parent eaff6e548f12b44276650913599c1adec2e6056c configure: Make ICU the default library for IDNA and JID normalization See #533 diff -r eaff6e548f12 -r d3b0049e50f5 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