summaryrefslogtreecommitdiff
path: root/sal/qa/osl/module/makefile.mk
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 16:20:32 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 19:58:43 +0100
commit2d125ab8e8d41b9d1266a6eaae48e1165c5cdec0 (patch)
tree072a06457a1bcd6f228826e761c3ee44031c9ce0 /sal/qa/osl/module/makefile.mk
parent74aeced1f5ea9d614d4b9dd2f3a45cc73c7fd9de (diff)
Trying to remove the stlport mention from the code
Diffstat (limited to 'sal/qa/osl/module/makefile.mk')
-rw-r--r--sal/qa/osl/module/makefile.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/sal/qa/osl/module/makefile.mk b/sal/qa/osl/module/makefile.mk
index 6e181cb72..3432f1865 100644
--- a/sal/qa/osl/module/makefile.mk
+++ b/sal/qa/osl/module/makefile.mk
@@ -36,13 +36,6 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
-# 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
-
CFLAGS+= $(LFS_CFLAGS)
CXXFLAGS+= $(LFS_CFLAGS)