From 6b638af92f87fb2a0d8aeb43707e24b541aca856 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 22 May 2005 17:54:11 +0000 Subject: [PATCH] removed leftover debug message ("moo moo") --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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"