summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-19 19:31:13 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-21 14:56:05 +0100
commit73306f11d45275626ec886c843d6b9c555b85ae4 (patch)
tree605927e8c421c80b0847b2904175e26944f0bd6e
parent962aa841b069db2619f4215a507891ff86d3fdcd (diff)
Remove duplicate implementation of --disable-debug
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 257ce6b74..2105dd6d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,10 +124,6 @@ TP_COMPILER_FLAG(-std=c99, ERROR_CFLAGS="$ERROR_CFLAGS -std=c99")
AC_SUBST(ERROR_CFLAGS)
-AC_ARG_ENABLE(debug,
- AC_HELP_STRING([--disable-debug],[compile without debug code]),
- enable_debug=$enableval, enable_debug=yes)
-
# -----------------------------------------------------------
# Pkg-Config dependency checks
# -----------------------------------------------------------