aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2002-11-23 06:49:01 +0000
committerRoger Dingledine <arma@torproject.org>2002-11-23 06:49:01 +0000
commit00a9e3732e88d73860b772dcbac0b8275aa7f467 (patch)
tree52069363451b9225e75f400c3fcd5e2df932921d /configure.in
parent121d029584d5f500b0d9d2c808c28645cf4937f5 (diff)
downloadtor-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.in8
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