From 88035881c3c9d852545d65ca23363871184f9fbb Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 19 Feb 2010 00:05:34 +0000 Subject: [PATCH] There's an echo in here.... svn path=/trunk/; revision=31918 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 663b2a3d50..bcbb03f888 100644 --- a/configure.in +++ b/configure.in @@ -134,7 +134,7 @@ if test "x$with_gnutls" = "xyes"; then tls_message="yes" ] , [ - echo echo "gnuTLS not found, disabling ssl decryption" + echo "gnuTLS not found, disabling ssl decryption" tls_message="no" ] )