summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-01-03 15:36:20 +0100
committerMichael Stahl <mstahl@redhat.com>2013-01-03 16:02:13 +0100
commit3f27da0a672d0eac84b2a7b411228bc667c4a2cf (patch)
tree521b038bae6d83590465b049f26bf84307180ebc /sal
parent1fa1c73f6801b3cea6cc01d4ea815929ef213103 (diff)
gbuild: replace all use of PRODUCT with ENABLE_DBGUTIL
Also fix the wrong check in cppunit/ExternalProject_cppunit.mk which caused cppunit to always be built without -D_GLIBCXX_DEBUG. Change-Id: Ia247dcd84e2c6fa0e9384fd27643537984d980b5
Diffstat (limited to 'sal')
-rw-r--r--sal/Library_sal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index dbcd042d4919..5160382f8eb2 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -198,7 +198,7 @@ $(eval $(call gb_Library_add_cobjects,sal,\
sal/osl/unx/util \
))
$(eval $(call gb_Library_add_cobject,sal,sal/osl/unx/signal, \
- $(if $(filter $(ENABLE_CRASHDUMP),YES)$(if $(PRODUCT),,TRUE), \
+ $(if $(filter $(ENABLE_CRASHDUMP),YES)$(filter $(ENABLE_DBGUTIL),TRUE), \
-DSAL_ENABLE_CRASH_REPORT) \
))