aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-07-12 23:04:14 +0200
committerKim Alvefur <zash@zash.se>2020-07-12 23:04:14 +0200
commit4979dc730a3aca415a5ab34d5236aa2c28485b33 (patch)
tree99a052d6c41e6fd07b979bd2d7fea0724e68fc0b /configure
parent0175ab04cc75c28393095cd0cb717abe1fcc1271 (diff)
downloadprosody-4979dc730a3aca415a5ab34d5236aa2c28485b33.tar.gz
prosody-4979dc730a3aca415a5ab34d5236aa2c28485b33.zip
configure: Make ICU the default library for IDNA and JID normalization
See #533
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index abb5ffef..7a5b5b43 100755
--- a/configure
+++ b/configure
@@ -27,7 +27,7 @@ CFLAGS="-fPIC -std=c99"
CFLAGS="$CFLAGS -Wall -pedantic -Wextra -Wshadow -Wformat=2"
LDFLAGS="-shared"
-IDN_LIBRARY="idn"
+IDN_LIBRARY="icu"
# Help
show_help() {
@@ -63,8 +63,8 @@ Configure $APP_NAME prior to building.
--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