summaryrefslogtreecommitdiff
path: root/xmlhelp/Library_ucpchelp1.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-06-13 18:41:41 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-06-13 20:08:16 +0200
commitd7ae9f7743d946845a8379e2fb47666f124e2c87 (patch)
treeb46508ac54c0e7fdc878be720fdac3fbd983264d /xmlhelp/Library_ucpchelp1.mk
parent5fcd67d436d3a3a0f5332b5a5078e135e40c898b (diff)
rename HAVE_CXX0X->HAVE_CXX11 and clean up to #define in a config header
Change-Id: Id13e77fe890301a8510952994a91853568a7aea6
Diffstat (limited to 'xmlhelp/Library_ucpchelp1.mk')
-rw-r--r--xmlhelp/Library_ucpchelp1.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmlhelp/Library_ucpchelp1.mk b/xmlhelp/Library_ucpchelp1.mk
index f559cb1f5360..9172d808e5e3 100644
--- a/xmlhelp/Library_ucpchelp1.mk
+++ b/xmlhelp/Library_ucpchelp1.mk
@@ -75,10 +75,4 @@ $(eval $(call gb_Library_add_exception_objects,ucpchelp1,\
xmlhelp/source/cxxhelp/util/Decompressor \
))
-ifeq ($(HAVE_CXX0X),TRUE)
-$(eval $(call gb_Library_add_defs,ucpchelp1,\
- -DHAVE_CXX0X \
-))
-endif
-
# vim: set shiftwidth=4 tabstop=4 noexpandtab: