summaryrefslogtreecommitdiff
path: root/starmath/qa
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 16:20:36 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 20:23:35 +0100
commita05a74ab9902a57292891b21fa5cf5572b34e016 (patch)
tree6d506d0e5fff49d710aa0d7a5eeb4bb4e5dc10d7 /starmath/qa
parentdd09aade5abca6318dbcfb41711cdcfc740c2fc6 (diff)
Trying to remove the stlport mention from the code
Diffstat (limited to 'starmath/qa')
-rw-r--r--starmath/qa/cppunit/makefile.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/starmath/qa/cppunit/makefile.mk b/starmath/qa/cppunit/makefile.mk
index 4e043e8557bd..cd31ef6d4042 100644
--- a/starmath/qa/cppunit/makefile.mk
+++ b/starmath/qa/cppunit/makefile.mk
@@ -35,13 +35,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
-
CFLAGSCXX += $(CPPUNIT_CFLAGS)
# --- Libs ---------------------------------------------------------