diff options
author | Roger Dingledine <arma@torproject.org> | 2003-08-12 05:48:26 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-08-12 05:48:26 +0000 |
commit | 33d484bf10d4082e2f33e7778f79a163980891d0 (patch) | |
tree | f98b11e76627a8f1ec70db3654803a50798054e2 /configure.in | |
parent | 6a1b472e8667e12e837baff4bbd954fc38f29171 (diff) | |
download | tor-33d484bf10d4082e2f33e7778f79a163980891d0.tar.gz tor-33d484bf10d4082e2f33e7778f79a163980891d0.zip |
we must have openssl, so HAVE_OPENSSL is redundant
svn:r383
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 2a19f06982..8f906485fe 100644 --- a/configure.in +++ b/configure.in @@ -15,8 +15,6 @@ AC_PROG_CC AC_PROG_MAKE_SET AC_PROG_RANLIB -dnl AC_DEFINE([HAVE_OPENSSL], 0, [Define if OpenSSL was found.]) - # The big search for OpenSSL # copied from openssh's configure.ac AC_ARG_WITH(ssl-dir, @@ -103,7 +101,6 @@ int main(void) ]) if (test ! -z "$ac_cv_openssldir" && test "x$ac_cv_openssldir" != "x(system)") ; then - AC_DEFINE(HAVE_OPENSSL) dnl Need to recover ssldir - test above runs in subshell ssldir=$ac_cv_openssldir if test ! -z "$ssldir" -a "x$ssldir" != "x/usr"; then |