diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-02-13 01:19:26 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-02-13 01:19:26 +0100 |
commit | 82bba906f43bad545c457ce5f858a7dfec000a64 (patch) | |
tree | 1c02ed7a93fa6c0a01661765ae7d82b2d843eada /configure.in | |
parent | 3a7e7f1be48b8c0b384be23398517f7a7d7597ad (diff) | |
download | tor-82bba906f43bad545c457ce5f858a7dfec000a64.tar.gz tor-82bba906f43bad545c457ce5f858a7dfec000a64.zip |
Remove the --enable-debug option for configure, it didn't do anything.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in index f6f4724bdd..6497623fe3 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, |