Do not need DARWIN_10_OR_GREATER but can use __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ instead courtesy Natalia Portillo. Savannah Bug #36330 https://savannah.gnu.org/bugs/?36330

This commit is contained in:
rocky
2012-04-28 18:51:59 -04:00
parent e71066d5d9
commit 16f2cc0b17
2 changed files with 2 additions and 8 deletions

View File

@@ -345,12 +345,6 @@ case $host_os in
DARWIN_PKG_LIB_HACK="$DARWIN_PKG_LIB_HACK -Wl,-framework,DiskArbitration"
fi
case $host_os in
darwin1[[0-2]].*)
AC_DEFINE([DARWIN_10_OR_GREATER], 1,
[Define 1 if you have Darwin OS X 10 or greater])
;;
esac
AC_SUBST(DARWIN_PKG_LIB_HACK)
LIBCDIO_LIBS="$LIBCDIO_LIBS $DARWIN_PKG_LIB_HACK"
cd_drivers="${cd_drivers}, Darwin"