diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-02-11 23:10:12 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-02-11 23:10:12 +0100 |
commit | b3dfd8d3e2cd9412b598d2c5c26228cdc930cc0b (patch) | |
tree | bf9083432381fa8ef0fc23280c60eaaf75b52dfe /configure.ac | |
parent | 270b5b2ad07eb6c419078e4b7ceea9791c5625f6 (diff) |
use idn2.h or idna.h depending on HAVE_LIBIDN/HAVE_LIBIDN
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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], LIBS="-lidn2 $LIBS" AC_DEFINE_UNQUOTED([HAVE_LIBIDN2], [1], - [Define to 1 if you have 'libidn2' (-lidn).])], + [Define to 1 if you have 'libidn2' (-lidn2).])], [MISSING_DEPS="${MISSING_DEPS}${MISSING_SEP}libidn2" MISSING_SEP=", "])]) AM_CONDITIONAL(HAVE_LIBIDN2, test x$working_libidn2 = x1) |