diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-01 13:44:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-01 13:44:35 -0400 |
commit | ad3c2f1c921d810f3835aaf6a36be9ccf5b05784 (patch) | |
tree | 7f5f228181718bd2168bf0a121a5394d4e0f9023 /configure.ac | |
parent | c66dd179800416d8bcc1aa4a9abdcf1861a7c6c6 (diff) | |
download | tor-ad3c2f1c921d810f3835aaf6a36be9ccf5b05784.tar.gz tor-ad3c2f1c921d810f3835aaf6a36be9ccf5b05784.zip |
Remove now-needless AC_PATH_PROG checks from configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 610a431129..2c9c7a343f 100644 --- a/configure.ac +++ b/configure.ac @@ -283,9 +283,6 @@ if test "$tor_cv_c_c99_designated_init" != "yes"; then AC_MSG_ERROR([Your compiler doesn't support c99 designated initializers. This is required as of Tor 0.2.6.x]) fi -AC_PATH_PROG([SHA1SUM], [sha1sum], none) -AC_PATH_PROG([OPENSSL], [openssl], none) - TORUSER=_tor AC_ARG_WITH(tor-user, AS_HELP_STRING(--with-tor-user=NAME, [specify username for tor daemon]), |