summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-10-30 19:27:06 +0000
committerNick Mathewson <nickm@torproject.org>2004-10-30 19:27:06 +0000
commitae7495dd55e0e3346e1e18eefbe6aa95dc6fdf33 (patch)
tree026065d1a349adfa7e8b9cd423e06b8880b5cd5a /configure.in
parent5bc0dba9338c6722f6833351b1401571533eb63d (diff)
downloadtor-ae7495dd55e0e3346e1e18eefbe6aa95dc6fdf33.tar.gz
tor-ae7495dd55e0e3346e1e18eefbe6aa95dc6fdf33.zip
Only tor and test binaries need to link against openssl and zlib; tor-resolve can be smaller.
svn:r2629
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 209eeee660..d8fc5a6374 100644
--- a/configure.in
+++ b/configure.in
@@ -135,7 +135,7 @@ if (test ! -z "$ac_cv_openssldir" && test "x$ac_cv_openssldir" != "x(system)") ;
fi
fi
fi
-LIBS="$saved_LIBS -lssl -lcrypto"
+LIBS="$saved_LIBS"
dnl The warning message here is no longer strictly accurate.