From: Daniel Stenberg Date: Sun, 22 May 2005 17:54:11 +0000 (+0000) Subject: removed leftover debug message ("moo moo") X-Git-Tag: curl-7_14_1~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b638af92f87fb2a0d8aeb43707e24b541aca856;p=thirdparty%2Fcurl.git removed leftover debug message ("moo moo") --- diff --git a/configure.ac b/configure.ac index 5278dd3a87..e2171feb03 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"