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 /sax/qa | |
parent | ce6095ddf97a39c5c859b6a95f67b05a9185e6eb (diff) |
remove ADAPT_EXT_STL
Diffstat (limited to 'sax/qa')
-rw-r--r-- | sax/qa/cppunit/makefile.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sax/qa/cppunit/makefile.mk b/sax/qa/cppunit/makefile.mk index b28f0cbac2ab..e06eca25a737 100644 --- a/sax/qa/cppunit/makefile.mk +++ b/sax/qa/cppunit/makefile.mk @@ -35,13 +35,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) DLLPRE = # no leading "lib" on .so files |