<steps>
<checkout branch="{$STABLE_BRANCH}"/>
<configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat24"/>
- <compile-all/>
+ <compile-all utils="false"/>
<run-tests/>
</steps>
</build>
<steps>
<checkout branch="{$STABLE_BRANCH}"/>
<configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat24"/>
- <compile-all/>
+ <compile-all utils="false"/>
<run-tests/>
</steps>
</build>