[vlc-commits] configure: Remove obsolete OS X 10.7 workaround

Marvin Scholz git at videolan.org
Thu Nov 30 10:20:23 CET 2017


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Thu Nov 30 10:11:12 2017 +0100| [c9d802a63af4a8215ebb01114d540ad3ad8dad87] | committer: Marvin Scholz

configure: Remove obsolete OS X 10.7 workaround

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c9d802a63af4a8215ebb01114d540ad3ad8dad87
---

 configure.ac | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1a5beb4c30..0ca5244905 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