diff options
Diffstat (limited to 'basegfx/test/makefile.mk')
-rw-r--r-- | basegfx/test/makefile.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/basegfx/test/makefile.mk b/basegfx/test/makefile.mk index 09d8b805f9f5..2c0f30c291a9 100644 --- a/basegfx/test/makefile.mk +++ b/basegfx/test/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 - CFLAGSCXX += $(CPPUNIT_CFLAGS) # --- Common ---------------------------------------------------------- |