summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-09-30 14:22:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-09-30 14:22:40 +0900
commit97e3cf2ee89873b123b3b32d93141570417bbcf1 (patch)
tree4873af54fa6068d4e69d7dc2f19bae168a5eeb17 /configure.in.in
parent894583b3114b9eec855c3d6c0c598071d4533d7a (diff)
downloadtork-97e3cf2ee89873b123b3b32d93141570417bbcf1.tar.gz
tork-97e3cf2ee89873b123b3b32d93141570417bbcf1.zip
Added support for torsocks 2.0. This resolves bug 2126.
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in.in b/configure.in.in
index 1b38786..6317614 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -541,7 +541,7 @@ esac
# USE_GNU_SOURCE above is used instead and _GNU_SOURCE defined in shallot.
dnl Check for presence of torsocks
-AC_CHECK_PROG(TORSOCKS, usewithtor, usewithtor)
+AC_CHECK_PROG(TORSOCKS, torsocks, torsocks)
if test "${TORSOCKS}" = ""; then
AC_MSG_ERROR('TorK requires torsocks: http://code.google.com/p/torsocks')
fi