vlc/vlc-2.0 | branch: master | Felix Paul Kühne <[email protected]> | Mon Sep 30 09:38:11 2013 +0200| [0c2125a87ee8ced9b657c903582f9383bd18160a] | committer: Felix Paul Kühne
configure.ac: don't overwrite MACOSX_DEPLOYMENT_TARGET if no minimal OS X version is given (refs #9139) > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=0c2125a87ee8ced9b657c903582f9383bd18160a --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 6a8cd82..27d6476 100644 --- a/configure.ac +++ b/configure.ac @@ -191,9 +191,6 @@ case "${host_os}" in AC_ARG_WITH(macosx-version-min, [AS_HELP_STRING([--with-macosx-version-min=VERSION], [compile for MacOS X VERSION and above])]) - if test "${with_macosx_version_min}" = "" ; then - with_macosx_version_min=10.5 - fi if test "${with_macosx_version_min}" != "" ; then CPP="${CPP} -mmacosx-version-min=${with_macosx_version_min}" CC="${CC} -mmacosx-version-min=${with_macosx_version_min}" _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
