Bug 659997 - Remove typo'd ENVIRONMENT_MAC_OS_X_VERION_MIN_REQUIRED define; r=ted

This commit is contained in:
Ed Morley 2011-06-09 12:10:42 -07:00
parent 6a671245f9
commit 8d9b7f227d
2 changed files with 0 additions and 2 deletions

View File

@ -1056,7 +1056,6 @@ case "$target" in
if test -n "$_MACOSX_DEPLOYMENT_TARGET" ; then
dnl Use the specified value
export MACOSX_DEPLOYMENT_TARGET=$_MACOSX_DEPLOYMENT_TARGET
AC_DEFINE_UNQUOTED(__ENVIRONMENT_MAC_OS_X_VERION_MIN_REQUIRED__,$_MACOSX_DEPLOYMENT_TARGET)
else
dnl No value specified on the command line or in the environment,
dnl use architecture minimum.

View File

@ -1078,7 +1078,6 @@ case "$target" in
if test -n "$_MACOSX_DEPLOYMENT_TARGET" ; then
dnl Use the specified value
export MACOSX_DEPLOYMENT_TARGET=$_MACOSX_DEPLOYMENT_TARGET
AC_DEFINE_UNQUOTED(__ENVIRONMENT_MAC_OS_X_VERION_MIN_REQUIRED__,$_MACOSX_DEPLOYMENT_TARGET)
else
dnl No value specified on the command line or in the environment,
dnl use architecture minimum.