[or-cvs] [tor/master] Remove the --enable-debug option for configure, it didn't do anything.

nickm at torproject.org nickm at torproject.org
Sat Feb 13 03:50:35 UTC 2010


Author: Sebastian Hahn <sebastian at torproject.org>
Date: Sat, 13 Feb 2010 01:19:26 +0100
Subject: Remove the --enable-debug option for configure, it didn't do anything.
Commit: 82bba906f43bad545c457ce5f858a7dfec000a64

---
 configure.in |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/configure.in b/configure.in
index f6f4724..6497623 100644
--- a/configure.in
+++ b/configure.in
@@ -19,12 +19,6 @@ fi
 # the += operator on it in src/or/Makefile.am
 CPPFLAGS="$CPPFLAGS -I\${top_srcdir}/src/common"
 
-AC_ARG_ENABLE(debug,
- AS_HELP_STRING(--enable-debug, compile with debugging info),
-[if test x$enableval = xyes; then
-    CFLAGS="$CFLAGS -g"
-fi])
-
 #XXXX ideally, we should make this into a no-op, and detect whether we're
 #compiling for the iphone by using $target.
 AC_ARG_ENABLE(iphone,
-- 
1.6.5



More information about the tor-commits mailing list