http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50426
User: guy
Date: 2013/07/06 04:29 PM
Log:
Check for an OS X deployment target early, so that as many
tests using the compiler are done using the flags that
we'll be using when building.
Add a -mmacosx-version-min flag to CFLAGS/CPPFLAGS/LDFLAGS so that the
compiler tests use them. This may, or may not, obviate the need to set
MACOSX_DEPLOYMENT_TARGET in OSX_DEPLOY_TARGET.
Directory: /trunk/
Changes Path Action
+105 -90 configure.ac Modified