Commit 8c16696f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fix a IDN detect/use mistake

parent f68950db
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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