diff options
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 |