]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix typos.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 12 Dec 2007 22:00:29 +0000 (22:00 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 12 Dec 2007 22:00:29 +0000 (22:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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>