http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51057
User: guy
Date: 2013/07/31 12:17 AM
Log:
If you use --enable-osx-deploy-target or --disable-osx-deploy-target on
anything other than OS X, fail; whatever it is you're trying to do won't
work (unless and until there exists a platform that fully supports
cross-development for OS X, *including* building against SDKs and
building with -mmacosx-version-min).
If you use neither on OS X, default to the OS major version on which
you're building. If you use --disable-osx-deploy-target, don't build
against an SDK and don't use -mmacosx-version-min.
Directory: /trunk/
Changes Path Action
+147 -100 configure.ac Modified