]> git.saurik.com Git - wxWidgets.git/commitdiff
Add a couple of missing close slashes.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 29 Sep 2008 17:57:24 +0000 (17:57 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 29 Sep 2008 17:57:24 +0000 (17:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/ravnsgaard.xml

index af6aa75e8b3897c612f7d47467cb31591a4d9852..7ee3720d3ee8a03ef20d976b7f216570cfc04e16 100644 (file)
                 <configure options="-with-foobar CC=cc CXX=CC"/>
             Omitted for Windows builds.
         -->
                 <configure options="-with-foobar CC=cc CXX=CC"/>
             Omitted for Windows builds.
         -->
-        <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28">
+        <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
 
         <!--
             Compile the wxWidgets library, subdirectories and tests.
 
         <!--
             Compile the wxWidgets library, subdirectories and tests.
             <command>setup-script</command>
         </shellcommand>
 
             <command>setup-script</command>
         </shellcommand>
 
-        <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28">
+        <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
 
         <compile-all/>
 
 
         <compile-all/>