On Sun, 2011-03-20 at 18:39 +0100, Daniel Mack wrote: > @@ -178,6 +183,14 @@ case $host in > *-*-darwin*) > AC_MSG_RESULT([darwin]) > pulse_target_os=darwin > + > + if test "x$enable_mac_universal" = "xyes" ; then > + mac_version_min="-mmacosx-version-min=10.5" > + mac_arches="-arch i386 -arch x86_64" > + mac_sysroot="-isysroot /Developer/SDKs/MacOSX10.5.sdk" This looks like something that will only work on 10.5. Is that correct? -- Tanu