aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a3c39bd06..ee2fb6e0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -963,6 +963,9 @@ case "$LIBIDN" in
])
if test "x$nolibidn" != "xtrue"; then
curl_idn_msg="enabled"
+ dnl different versions of libidn have different setups of these:
+ AC_CHECK_FUNCS( idn_free )
+ AC_CHECK_HEADERS( idn-free.h )
fi
;;