aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-11 22:01:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-11 22:01:53 +0000
commit8c16696f4714bf65e86b6b51f247e9418338f39d (patch)
treeb776e09a5ec9c395408602f194bfdbeae07727e3 /configure.ac
parentf68950db673920d57f9cfbfc71748c4b3ceb8247 (diff)
fix a IDN detect/use mistake
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e9f206c03..3f2fcdc79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -986,6 +986,7 @@ case "$LIBIDN" in
if test "x$idn" != "xyes"; then
dnl check with default paths
+ idn="yes"
AC_CHECK_LIB(idn, idna_to_ascii_lz, ,
idn="")
fi