summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-19 01:48:41 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-05 19:34:03 -0600
commit827088562334fd811fb27d488fadde495f0f3e44 (patch)
treee35b7958179bf86647b3d7ae61948aff2fedc437 /configure.in
parentWITH_VC_REDIST does not need exporting. it is a SCPDEFS only info (diff)
downloadcore-827088562334fd811fb27d488fadde495f0f3e44.tar.gz
core-827088562334fd811fb27d488fadde495f0f3e44.zip
migrate ENABLE_DEBUG out of set_soenv
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8a4720b3c773..1447dbd3090f 100644
--- a/configure.in
+++ b/configure.in
@@ -3229,7 +3229,7 @@ if test -n "$enable_debug" && test "$enable_debug" != "no"; then
enable_symbols="yes"
AC_MSG_RESULT([yes])
else
- ENABLE_DEBUG="FALSE"
+ ENABLE_DEBUG=""
AC_MSG_RESULT([no])
fi
AC_SUBST(ENABLE_DEBUG)