aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-22 17:54:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-22 17:54:11 +0000
commit6b638af92f87fb2a0d8aeb43707e24b541aca856 (patch)
treeafb28e993347fefb971cbf857e313d95da8af544 /configure.ac
parentc654b79c53d995e82b7acc7e7005b061bb03f70d (diff)
removed leftover debug message ("moo moo")
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 5278dd3a8..e2171feb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1168,7 +1168,6 @@ case "$LIBIDN" in
dnl if there is a given path, check that FIRST
if test -n "$LIBIDN"; then
if test "x$LIBIDN" != "xyes"; then
- AC_MSG_WARN([moo moo $LIBIDN])
oldLDFLAGS=$LDFLAGS
oldCPPFLAGS=$CPPFLAGS
LDFLAGS="$LDFLAGS -L$LIBIDN/lib"