diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-05-22 17:54:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-05-22 17:54:11 +0000 |
commit | 6b638af92f87fb2a0d8aeb43707e24b541aca856 (patch) | |
tree | afb28e993347fefb971cbf857e313d95da8af544 | |
parent | c654b79c53d995e82b7acc7e7005b061bb03f70d (diff) |
removed leftover debug message ("moo moo")
-rw-r--r-- | configure.ac | 1 |
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" |