diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-11 22:01:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-11 22:01:53 +0000 |
commit | 8c16696f4714bf65e86b6b51f247e9418338f39d (patch) | |
tree | b776e09a5ec9c395408602f194bfdbeae07727e3 | |
parent | f68950db673920d57f9cfbfc71748c4b3ceb8247 (diff) |
fix a IDN detect/use mistake
-rw-r--r-- | configure.ac | 1 |
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 |