vlc/vlc-2.1 | branch: master | Felix Paul Kühne <[email protected]> | Mon Sep 30 09:43:32 2013 +0200| [dbf4195068d2febd851caa4aaa1005e28bf88c1e] | committer: Felix Paul Kühne
configure.ac: remove unused MACOSX_DEPLOYMENT_TARGET macro (close #9139) (cherry picked from commit 23a221fafbef15a7ed3b6072f8e74481e5d8b966) > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=dbf4195068d2febd851caa4aaa1005e28bf88c1e --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 0e00b12..32b774f 100644 --- a/configure.ac +++ b/configure.ac @@ -189,16 +189,11 @@ case "${host_os}" in [AS_HELP_STRING([--with-macosx-version-min=VERSION], [compile for Mac OS X VERSION and above])]) if test "${with_macosx_version_min}" != "" ; then - MACOSX_DEPLOYMENT_TARGET=${with_macosx_version_min} CPP="${CPP} -mmacosx-version-min=${with_macosx_version_min}" CC="${CC} -mmacosx-version-min=${with_macosx_version_min}" CXX="${CXX} -mmacosx-version-min=${with_macosx_version_min}" OBJC="${OBJC} -mmacosx-version-min=${with_macosx_version_min}" LD="${LD} -mmacosx_version_min=${with_macosx_version_min}" - CFLAGS="${CFLAGS} -DMACOSX_DEPLOYMENT_TARGET=${with_macosx_version_min}" - CXXFLAGS="${CXXFLAGS} -DMACOSX_DEPLOYMENT_TARGET=${with_macosx_version_min}" - OBJCFLAGS="${OBJCFLAGS} -DMACOSX_DEPLOYMENT_TARGET=${with_macosx_version_min}" - export MACOSX_DEPLOYMENT_TARGET fi ;; *mingw32* | *cygwin* | *wince* | *mingwce*) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
