diff options
author | Roger Dingledine <arma@torproject.org> | 2002-11-23 06:49:01 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-11-23 06:49:01 +0000 |
commit | 00a9e3732e88d73860b772dcbac0b8275aa7f467 (patch) | |
tree | 52069363451b9225e75f400c3fcd5e2df932921d /configure.in | |
parent | 121d029584d5f500b0d9d2c808c28645cf4937f5 (diff) | |
download | tor-00a9e3732e88d73860b772dcbac0b8275aa7f467.tar tor-00a9e3732e88d73860b772dcbac0b8275aa7f467.tar.gz |
remove popt dependency, consolidate config stuff
reformat parts of onion.c
svn:r136
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.in b/configure.in index a41401576..e6f3241f3 100644 --- a/configure.in +++ b/configure.in @@ -16,14 +16,6 @@ AC_PROG_MAKE_SET AC_PROG_RANLIB 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), - AC_MSG_ERROR(required library not found: popt) -) - -LIBS="$LIBS -lpopt" # The big search for OpenSSL # copied from openssh's configure.ac |