summaryrefslogtreecommitdiff
path: root/config_host.mk.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 /config_host.mk.in
parent2e954ee1175938948742f7d5f1e85d06a9a41ba3 (diff)
migrate ENABLE_DEBUG out of set_soenv
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 850539c9a58f..13bc72170b29 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -58,6 +58,7 @@ export DBUS_CFLAGS="@DBUS_CFLAGS@"
export DBUS_LIBS="@DBUS_LIBS@"
export DB_CPPLIB="@DB_CPPLIB@"
export DB_LIB="@DB_LIB@"
+export debug="@ENABLE_DEBUG@"
export DEFAULT_MOZILLA_TOOLKIT="@MOZILLA_TOOLKIT@"
export DEFAULT_TO_ENGLISH_FOR_PACKING="yes"
export DIAGRAM_EXTENSION_PACK="@DIAGRAM_EXTENSION_PACK@"