diff options
author | Michele Calgaro <[email protected]> | 2014-09-30 14:22:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2014-09-30 14:22:40 +0900 |
commit | 97e3cf2ee89873b123b3b32d93141570417bbcf1 (patch) | |
tree | 4873af54fa6068d4e69d7dc2f19bae168a5eeb17 /configure.in | |
parent | 894583b3114b9eec855c3d6c0c598071d4533d7a (diff) | |
download | tork-97e3cf2ee89873b123b3b32d93141570417bbcf1.tar.gz tork-97e3cf2ee89873b123b3b32d93141570417bbcf1.zip |
Added support for torsocks 2.0. This resolves bug 2126.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9f9b43c..200a805 100644 --- a/configure.in +++ b/configure.in @@ -606,7 +606,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 |