<p><br>
On Mar 20, 2011 7:23 PM, &quot;Tanu Kaskinen&quot; &lt;<a href="mailto:tanuk@iki.fi">tanuk@iki.fi</a>&gt; wrote:<br>
&gt;<br>
&gt; On Sun, 2011-03-20 at 18:39 +0100, Daniel Mack wrote:<br>
&gt; &gt; @@ -178,6 +183,14 @@ case $host in<br>
&gt; &gt;          *-*-darwin*)<br>
&gt; &gt;              AC_MSG_RESULT([darwin])<br>
&gt; &gt;              pulse_target_os=darwin<br>
&gt; &gt; +<br>
&gt; &gt; +            if test &quot;x$enable_mac_universal&quot; = &quot;xyes&quot; ; then<br>
&gt; &gt; +             mac_version_min=&quot;-mmacosx-version-min=10.5&quot;<br>
&gt; &gt; +                mac_arches=&quot;-arch i386 -arch x86_64&quot;<br>
&gt; &gt; +                mac_sysroot=&quot;-isysroot /Developer/SDKs/MacOSX10.5.sdk&quot;<br>
&gt;<br>
&gt; This looks like something that will only work on 10.5. Is that correct?</p>
<p>No. 10.5 just happens to be my deployment SDK so people don&#39;t have to upgrade to 10.6. The newer APIs don&#39;t buy anything, so there is no benefit. Anyway, building universal binaries is not something you need to do unless you want to build binary packages :-) And therefore, yes, you need the 10.5 SDK.</p>

<p>Daniel<br>
</p>