]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/include/unix.xml
Update configuration of linux buildbots.
[wxWidgets.git] / build / buildbot / config / include / unix.xml
index f28d06a9fa8a3e33e72cae4ac60a140237847093..2aa139904078431ff3cb2c442f8ca95e7a803c5c 100644 (file)
@@ -83,7 +83,7 @@
     <xsl:param name="options"/>
     <configure>
         <copy-with-defaults content="{$content}">
-            <command>../src/configure --disable-precomp-headers <xsl:value-of select="normalize-space($options)"/></command>
+            <command>../src/configure <xsl:value-of select="normalize-space($options)"/> --disable-precomp-headers --disable-compat28 --disable-compat26</command>
         </copy-with-defaults>
         <command>find . -name Makefile | xargs perl -pi -e 's/^(?:CC|CXX) = /$&amp;ccache /'</command>
     </configure>