summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-06-11 11:30:43 -0400
committerNick Mathewson <nickm@torproject.org>2012-06-11 11:30:43 -0400
commita6dac69aaca088b5cbb8f8914673de03864d95b7 (patch)
tree7ca745a229032d6ac98231c4026bb072b8a7740b /configure.in
parent667a12b471fd457dca5f564702da05a2fd9772d4 (diff)
downloadtor-a6dac69aaca088b5cbb8f8914673de03864d95b7.tar.gz
tor-a6dac69aaca088b5cbb8f8914673de03864d95b7.zip
Remove a couple of debugging "echo"s that snuck into configure.in
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f365b3fcbf..656a3243fa 100644
--- a/configure.in
+++ b/configure.in
@@ -526,7 +526,6 @@ TOR_SEARCH_LIBRARY(openssl, $tryssldir, [-lssl -lcrypto $TOR_LIB_GDI],
dnl XXXX check for OPENSSL_VERSION_NUMBER == SSLeay()
-echo "tor_cv_library_openssl_dir is $tor_cv_library_openssl_dir"
if test "$enable_static_openssl" = "yes"; then
if test "$tor_cv_library_openssl_dir" = "(system)"; then
AC_MSG_ERROR("You must specify an explicit --with-openssl-dir=x option when using --enable-static-openssl")
@@ -558,7 +557,6 @@ if test "$enable_static_zlib" = "yes"; then
using --enable-static-zlib")
else
TOR_ZLIB_LIBS="$TOR_LIBDIR_zlib/libz.a"
- echo "$TOR_LIBDIR_zlib/libz.a"
fi
else
TOR_ZLIB_LIBS="-lz"