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 /basebmp | |
parent | ce6095ddf97a39c5c859b6a95f67b05a9185e6eb (diff) |
remove ADAPT_EXT_STL
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/test/makefile.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk index 4fdc39bb6fd4..cdb4ccef5d52 100644 --- a/basebmp/test/makefile.mk +++ b/basebmp/test/makefile.mk @@ -60,13 +60,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 ---------------------------------------------------------- |