]> git.sesse.net Git - vlc/commitdiff
configure.ac: remove unused MACOSX_DEPLOYMENT_TARGET macro (close #9139)
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 30 Sep 2013 07:43:32 +0000 (09:43 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 30 Sep 2013 07:43:44 +0000 (09:43 +0200)
configure.ac

index 5b82851fa94ef966ff794284c6f1fcb21295acc6..cc037916f92177ddc1134ecc11bec58943ef738a 100644 (file)
@@ -186,16 +186,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*)