diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-06 15:05:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-06 15:05:23 +0000 |
commit | d3d5cdf305f3913c5a313fce379e2da45de90e0a (patch) | |
tree | 130abd0891828a8bb09dda9bf57c80021a6e96a2 | |
parent | af43ce73e58e57913341804ce82661d5afc42e1e (diff) |
removed the warning if libidn isn't found
-rw-r--r-- | configure.ac | 1 |
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 |