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 /o3tl/qa | |
parent | ce6095ddf97a39c5c859b6a95f67b05a9185e6eb (diff) |
remove ADAPT_EXT_STL
Diffstat (limited to 'o3tl/qa')
-rw-r--r-- | o3tl/qa/makefile.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/o3tl/qa/makefile.mk b/o3tl/qa/makefile.mk index 0c6ecd88e56b..3475aeeca9bb 100644 --- a/o3tl/qa/makefile.mk +++ b/o3tl/qa/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) .IF "$(L10N_framework)"=="" |