<p>As for disable it per default, look at another enable clause. But the quick glance at it tells me the then and else blocks needs to be reversed<br>
if test &quot;z$enable_kde&quot; != &quot;zyes&quot;; then<br>
   &lt;orig else block&gt;<br>
else<br>
   &lt;orig then block&gt;<br>
fi</p>
<p>Hope it makes sense<br>
René</p>
<div class="gmail_quote">On Oct 20, 2010 8:00 PM, &quot;Wols Lists&quot; &lt;<a href="mailto:antlists@youngman.org.uk">antlists@youngman.org.uk</a>&gt; wrote:<br type="attribution">&gt;  On 20/10/10 14:39, Wols Lists wrote:<br>
&gt;&gt;  On 20/10/10 08:28, Sebastian Spaeth wrote:<br>&gt;&gt;&gt; On Tue, 19 Oct 2010 23:45:11 +0200, René Kjellerup &lt;<a href="mailto:rk.katana.steel@gmail.com">rk.katana.steel@gmail.com</a>&gt; wrote:<br>&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On the other matter unless you&#39;re still running kde 3 then you need<br>&gt;&gt;&gt;&gt; --disable-kde else the config will fail when it can&#39;t find Qt 3.x<br>&gt;&gt;&gt; On that matter can, we please --disable-kde by default. I don&#39;t know of<br>
&gt;&gt;&gt; recent distros that ship kde3 but not KDE4, and those who do can turn it<br>&gt;&gt;&gt; on in their distro-specific defaults.<br>&gt;&gt; Forgive the newbie question, but while I&#39;ve got a lot of programming<br>
&gt;&gt; experience large chunks of detail here (gnu tools, frinstance) are new<br>&gt;&gt; to me.<br>&gt;&gt;<br>&gt;&gt; I&#39;ve dug a bit, found <a href="http://configure.in">configure.in</a>, and found<br>&gt;&gt;<br>
&gt;&gt; AC_ARG_ENABLE(kde,<br>&gt;&gt; [<br>&gt;&gt;   --disable-kde           Disables KDE native widgets.],<br>&gt;&gt; ,)<br>&gt;&gt;<br>&gt;&gt; Does this switch it on? Will deleting it disable kde by default?<br>&gt;&gt;<br>
&gt;&gt; If it will, I&#39;ll put a patch in.<br>&gt;&gt;&gt; Even better, our make should detect the lack of qt3 headers and disable<br>&gt;&gt;&gt; it automatically rather than bailing out.<br>&gt;&gt; That&#39;s a bit deeper ... won&#39;t stop me having a go if someone would care<br>
&gt;&gt; to give me a few guidelines :-)<br>&gt;&gt;<br>&gt;&gt;&gt; Sebastian<br>&gt;&gt;&gt;<br>&gt;&gt; Cheers,<br>&gt;&gt; Wol<br>&gt;&gt; _______________________________________________<br>&gt;&gt;<br>&gt; <br>&gt; Just found a bit more ...<br>
&gt; <br>&gt; if test &quot;$enable_kde&quot; != &quot;no&quot;; then<br>&gt;    if test &quot;z$with_win32&quot; = &quot;z&quot; -a &quot;z`uname -s`&quot; != &quot;zDarwin&quot; -a<br>&gt; &quot;z$with_distro&quot; != &quot;zCrossWin32&quot;; then<br>
&gt;       OOO_WIDGET_FLAGS=&quot;--enable-kde&quot;<br>&gt;       widget_sets=&quot;kde&quot;<br>&gt;    fi<br>&gt; else<br>&gt;    OOO_WIDGET_FLAGS=&quot;--disable-kde&quot;<br>&gt; fi<br>&gt; <br>&gt; I&#39;m going to try changing != &quot;no&quot; to = &quot;yes&quot; - is that a sensible thing<br>
&gt; to do? I&#39;m sure it&#39;ll work for me, but will it make it blow up when<br>&gt; people want kde3 - does enable default to a value of yes?<br>&gt; <br>&gt; Cheers,<br>&gt; Wol<br>&gt; _______________________________________________<br>
&gt; LibreOffice mailing list<br>&gt; <a href="mailto:LibreOffice@lists.freedesktop.org">LibreOffice@lists.freedesktop.org</a><br>&gt; <a href="http://lists.freedesktop.org/mailman/listinfo/libreoffice">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
</div>