aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-06 15:05:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-06 15:05:23 +0000
commitd3d5cdf305f3913c5a313fce379e2da45de90e0a (patch)
tree130abd0891828a8bb09dda9bf57c80021a6e96a2 /configure.ac
parentaf43ce73e58e57913341804ce82661d5afc42e1e (diff)
removed the warning if libidn isn't found
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f6486ea1d..a3c39bd06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -957,7 +957,6 @@ case "$LIBIDN" in
CPPFLAGS="$CPPFLAGS -I$LIBIDN/include"
AC_CHECK_LIB(idn, idna_to_ascii_4i, ,
nolibidn="true"
- AC_MSG_WARN([no libidn found in $LIBIDN])
LDFLAGS=$oldLDFLAGS
CPPFLAGS=$oldCPPFLAGS)
fi