aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-12-03 09:53:46 +0000
committerRoger Dingledine <arma@torproject.org>2003-12-03 09:53:46 +0000
commit01cf9c2dd8457dc74e714d7e43db6e553b511739 (patch)
tree8668a2034b7eea43c8cbc3d05eef3dedb457fdb1 /autogen.sh
parentd172fdd300677eb696482e74c92b0352de82fec5 (diff)
downloadtor-01cf9c2dd8457dc74e714d7e43db6e553b511739.tar
tor-01cf9c2dd8457dc74e714d7e43db6e553b511739.tar.gz
don't --enable-debug by default on ./configure
svn:r877
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 0b1eec9d8..5b9758599 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,5 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
aclocal && autoheader && autoconf && automake
-./configure --enable-debug
+./configure