]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/testdrive-unix.xml
wxMotif should use wxX11 wxPalette instead of duplicating it
[wxWidgets.git] / build / buildbot / config / testdrive-unix.xml
index 1e9225117ff7533f47b2d5bcf3659a71cd3453d8..068205e4b9f01267b8f9841d5f3430c20bf5fb21 100644 (file)
 
     <steps>
         <checkout/>
-        <configure options="- -with-gtk {$cygwin-x-opts}"/>
+        <configure options="--with-gtk {$cygwin-x-opts}"/>
         <compile-all/>
     </steps>
 </build>
 
     <steps>
         <checkout branch="{$STABLE_BRANCH}"/>
-        <configure options="- -with-gtk {$cygwin-x-opts}"/>
+        <configure options="--with-gtk {$cygwin-x-opts}"/>
         <compile-all/>
     </steps>
 </build>