summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2002-09-09 04:10:58 +0000
committerRoger Dingledine <arma@torproject.org>2002-09-09 04:10:58 +0000
commit958ec8d4fba8a077731baa956e45ea551e637e73 (patch)
tree3365305b02be7db65779f2ed8ab7c75716f3fbee /configure.in
parent1e4e0244ddf3b7d144d05aef7362443f84939d3f (diff)
downloadtor-958ec8d4fba8a077731baa956e45ea551e637e73.tar.gz
tor-958ec8d4fba8a077731baa956e45ea551e637e73.zip
port to actual BSD
(hey nick, does this break the os x build?) you still need to add some stuff to the ./configure commandline... anybody know a better solution? svn:r101
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index ac1bcef040..e357b2f4eb 100644
--- a/configure.in
+++ b/configure.in
@@ -15,8 +15,8 @@ AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_RANLIB
-AC_DEFINE([HAVE_OPENSSL], 0, [Define if OpenSSL was found.])
-AC_DEFINE([HAVE_POPT], 0, [Define if popt was found.])
+dnl AC_DEFINE([HAVE_OPENSSL], 0, [Define if OpenSSL was found.])
+dnl AC_DEFINE([HAVE_POPT], 0, [Define if popt was found.])
AC_CHECK_LIB(popt,poptParseArgvString,
AC_DEFINE(HAVE_POPT),