summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-01-23 12:34:47 +0000
committerTiago Cunha <tcunha@gmx.com>2012-01-23 12:34:47 +0000
commit9803aee98e0025ee1a19e92348d87c9a27fdf2da (patch)
tree38013cfb89fe84bc3073b1bf9c76944e341f2d99
parenta34a72d2d915d9a1f24d1643132352ce3c07f82a (diff)
Releases don't have debugging enabled.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f3cd35e0..a583429e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ AC_CHECK_HEADERS(
)
# Is this a debug build?
-found_debug=yes
+#found_debug=yes
AC_ARG_ENABLE(
debug,
AC_HELP_STRING(--enable-debug, create a debug build),