fix a IDN detect/use mistake
authorDaniel Stenberg <daniel@haxx.se>
Thu, 11 Nov 2004 22:01:53 +0000 (22:01 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 11 Nov 2004 22:01:53 +0000 (22:01 +0000)
configure.ac

index e9f206c..3f2fcdc 100644 (file)
@@ -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