aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-26 15:31:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-26 15:31:43 +0000
commitcf3cf413c82f0d711c176763d136aca42840d9f6 (patch)
tree0525734484c711abcdc3779a850f2fe7d0f70dc5 /configure.ac
parente218811ca39bb9f81f2dab45f66e1d50ff7f88ec (diff)
improved libidn detection to correct the false positives we got
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index dd000c022..bc65cf5c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -939,7 +939,9 @@ case "$LIBIDN" in
AC_CHECK_LIB(idn, idna_to_ascii_lz, ,
[
dnl if there was a given path, try it
+ nolibidn="true"
if test "x$LIBIDN" != "x"; then
+ nolibidn="" dnl reset to test again
oldLDFLAGS=$LDFLAGS
oldCPPFLAGS=$CPPFLAGS
LDFLAGS="$LDFLAGS -L$LIBIDN/lib"