sal/Library_sal.mk |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 93de2f6b5c4ec349244066178d4b2624c409a89a
Author: Stephan Bergmann <[email protected]>
Date:   Fri Oct 24 17:21:49 2014 +0200

    And $(ENABLE_CRASHDUMP) is "TRUE" or "", never "YES"
    
    Change-Id: I626bd8d29a7efe967608efbb21fda87e5692c0c8

diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index 0b7e39c..abeec1d 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -181,8 +181,7 @@ $(eval $(call gb_Library_add_cobjects,sal,\
        sal/osl/unx/time \
 ))
 $(eval $(call gb_Library_add_cobject,sal,sal/osl/unx/signal, \
-       $(if $(filter $(ENABLE_CRASHDUMP),YES), \
-               -DSAL_ENABLE_CRASH_REPORT) \
+       $(if $(ENABLE_CRASHDUMP),-DSAL_ENABLE_CRASH_REPORT) \
 ))
 
 # Note that the uunxapi.mm file just includes the uunxapi.cxx one
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to