chiark / gitweb /
Set the default minimum deployment target to Mac OS X 10.0. The main
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 9 Mar 2008 11:08:49 +0000 (11:08 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 9 Mar 2008 11:08:49 +0000 (11:08 +0000)
commit8fcf5c48920ed93a7bf7ce2104f5ede87bfba7cd
tree8b5af64bb18be1958e511a7c6729358f12fc2a92
parent3fbdc96d45fbf2abcc93ed2e8ad206bc540be92b
Set the default minimum deployment target to Mac OS X 10.0.  The main
motivation for this is to avoid a deprecation warning on 10.5, where
AudioDeviceAddIOProc() is deprecated in favour of an alternative that
returns an ID, but it'll help anyone attempting binary distribution,
too.

We honor MACOSX_DEPLOYMENT_TARGET if set, and there's a configure
option to override it.
configure.ac