summaryrefslogtreecommitdiff
path: root/basebmp
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2013-11-18 16:26:19 +0000
committerHerbert Dürr <hdu@apache.org>2013-11-18 16:26:19 +0000
commita7bc1f5a489cc599919e4f0cad5e9e72fb3a7506 (patch)
tree9fbbf2dffa551a8ed097161286205e7ed0f88626 /basebmp
parentbe646a0b763e1688fbd4bc6cee0d3df79b90820b (diff)
#i122362# remove stlport4-build support
but keep the --without-stlport configure option for now it is the new default anyway
Notes
Notes: ignore: obsolete
Diffstat (limited to 'basebmp')
-rw-r--r--basebmp/test/makefile.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk
index ec94b28d4daa..08bcb5444fed 100644
--- a/basebmp/test/makefile.mk
+++ b/basebmp/test/makefile.mk
@@ -63,13 +63,6 @@ CDEFS+=-xalias_level=compatible
.ENDIF
.ENDIF
-#building with stlport, but cppunit was not built with stlport
-.IF "$(USE_SYSTEM_STL)"!="YES"
-.IF "$(SYSTEM_CPPUNIT)"=="YES"
-CFLAGSCXX+=-DADAPT_EXT_STL
-.ENDIF
-.ENDIF
-
CFLAGSCXX += $(CPPUNIT_CFLAGS)
# --- Common ----------------------------------------------------------