aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-11 23:10:12 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-11 23:10:12 +0100
commitb3dfd8d3e2cd9412b598d2c5c26228cdc930cc0b (patch)
treebf9083432381fa8ef0fc23280c60eaaf75b52dfe /configure.ac
parent270b5b2ad07eb6c419078e4b7ceea9791c5625f6 (diff)
downloadgnunet-b3dfd8d3e2cd9412b598d2c5c26228cdc930cc0b.tar.gz
gnunet-b3dfd8d3e2cd9412b598d2c5c26228cdc930cc0b.zip
use idn2.h or idna.h depending on HAVE_LIBIDN/HAVE_LIBIDN
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 38182599f..14360284a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -862,7 +862,7 @@ AS_IF([test x$my_with_libidn2 = x1],
862 LIBS="-lidn2 $LIBS" 862 LIBS="-lidn2 $LIBS"
863 AC_DEFINE_UNQUOTED([HAVE_LIBIDN2], 863 AC_DEFINE_UNQUOTED([HAVE_LIBIDN2],
864 [1], 864 [1],
865 [Define to 1 if you have 'libidn2' (-lidn).])], 865 [Define to 1 if you have 'libidn2' (-lidn2).])],
866 [MISSING_DEPS="${MISSING_DEPS}${MISSING_SEP}libidn2" 866 [MISSING_DEPS="${MISSING_DEPS}${MISSING_SEP}libidn2"
867 MISSING_SEP=", "])]) 867 MISSING_SEP=", "])])
868AM_CONDITIONAL(HAVE_LIBIDN2, test x$working_libidn2 = x1) 868AM_CONDITIONAL(HAVE_LIBIDN2, test x$working_libidn2 = x1)