diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-04-05 11:54:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-04-05 11:54:26 +0100 |
commit | c568ecd03be0f46a35f74deb2a4005ba0e47fc3a (patch) | |
tree | d5182212d91293477d8753e16331d4c26b44ec79 /sal/cppunittester | |
parent | bc5f8e725a65b0909f7e656a4dd49f5ee8678790 (diff) |
remove ADAPT_EXT_STL
Diffstat (limited to 'sal/cppunittester')
-rw-r--r-- | sal/cppunittester/makefile.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sal/cppunittester/makefile.mk b/sal/cppunittester/makefile.mk index 61fe7868c9f3..938b63d90ae9 100644 --- a/sal/cppunittester/makefile.mk +++ b/sal/cppunittester/makefile.mk @@ -33,13 +33,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) OBJFILES = $(APP1OBJS) |