commit 8449e1308a99a22ed2d83a0e478775f97e7c6677 Author: David Goulet dgoulet@ev0ke.net Date: Sat Aug 24 16:00:03 2013 -0400
Remove unused configure options
Signed-off-by: David Goulet dgoulet@ev0ke.net --- configure.ac | 9 --------- 1 file changed, 9 deletions(-)
diff --git a/configure.ac b/configure.ac index 4382517..3a646ce 100644 --- a/configure.ac +++ b/configure.ac @@ -24,15 +24,6 @@ AC_PROG_CC AC_PROG_INSTALL AC_PROG_LN_S
-dnl Arguments we allow -AC_ARG_ENABLE(debug, -[ --disable-debug disable ALL error messages from torsocks ]) -AC_ARG_ENABLE(oldmethod, -[ --enable-oldmethod use the old method to override connect ]) -AC_ARG_ENABLE(envconf, -[ --disable-envconf do not allow TORSOCKS_CONF_FILE to specify configuration file ]) - - ############################################################################## # 2. Check for some standard headers and libraries ##############################################################################
tor-commits@lists.torproject.org