diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-04-05 11:54:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-04-05 11:54:35 +0100 |
commit | 7de8f26207d44a34f71cf8297ae68831c92c118e (patch) | |
tree | d1f46b1699479036e18ca122c94b23190754c337 /basegfx | |
parent | ce6095ddf97a39c5c859b6a95f67b05a9185e6eb (diff) |
remove ADAPT_EXT_STL
Diffstat (limited to 'basegfx')
-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 ---------------------------------------------------------- |