]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove the --enable-debug option for configure, it didn't do anything.
authorSebastian Hahn <sebastian@torproject.org>
Sat, 13 Feb 2010 00:19:26 +0000 (01:19 +0100)
committerSebastian Hahn <sebastian@torproject.org>
Sat, 13 Feb 2010 00:19:26 +0000 (01:19 +0100)
configure.in

index f6f4724bdd794e2829ff6ee43b73165acc174ae0..6497623fe3dfb0ee77e09c330c1cb403d849bbb9 100644 (file)
@@ -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,