[vlc-commits] configure: Remove obsolete OS X 10.7 workaround
Marvin Scholz
git at videolan.org
Tue Dec 5 23:22:59 CET 2017
vlc/vlc-3.0 | branch: master | Marvin Scholz <epirat07 at gmail.com> | Thu Nov 30 10:11:12 2017 +0100| [425ea8e73b78f3f4b6b8c2610b7f1c3042b376a9] | committer: David Fuhrmann
configure: Remove obsolete OS X 10.7 workaround
This was used in vlc 2.2 to disable symbols which were not available
in 10.6. They are available starting with 10.7 and we have a
different mechanism to disable symbols nowadays.
(cherry picked from commit c9d802a63af4a8215ebb01114d540ad3ad8dad87)
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=425ea8e73b78f3f4b6b8c2610b7f1c3042b376a9
---
configure.ac | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/configure.ac b/configure.ac
index 3e1c1504fc..0455bd1960 100644
--- a/configure.ac
+++ b/configure.ac
@@ -187,17 +187,6 @@ case "${host_os}" in
HAVE_OSX="0"
],)
- dnl Allow binaries created on Lion to run on earlier releases
- AC_EGREP_CPP(yes,
- [#import <Cocoa/Cocoa.h>
- #ifdef MAC_OS_X_VERSION_10_7
- yes
- #endif],
- [AC_MSG_RESULT([yes])
- AC_LIBOBJ([getdelim])
- AC_LIBOBJ([strndup])
- AC_LIBOBJ([strnlen])],)
-
dnl
dnl Handle Mac OS X SDK flags
dnl
More information about the vlc-commits
mailing list