X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure.ac;h=e6b30edb521c93dc92d1543f9007af6a51a09aef;hb=6d0a1fce490cf2d4c9f23f6c0781efc91fa794b6;hp=09766accc398628b9a75e57f965fcad03e59bb1d;hpb=590e02e555d4aaf60b629540c10aa40679219756;p=vlc diff --git a/configure.ac b/configure.ac index 09766accc3..e6b30edb52 100644 --- a/configure.ac +++ b/configure.ac @@ -158,7 +158,7 @@ case "${host_os}" in AC_ARG_WITH(macosx-sdk, [AS_HELP_STRING([--with-macosx-sdk=DIR], [compile using the SDK in DIR])]) - test "${with_macosx_sdk}" = "" && with_macosx_sdk=/Developer/SDKs/MacOSX10.5.sdk + test "${with_macosx_sdk}" = "" && with_macosx_sdk=/Developer/SDKs/MacOSX10.6.sdk ! test -d "${with_macosx_sdk}" && AC_MSG_ERROR([SDK "${with_macosx_sdk}" not found]) AC_ARG_WITH(macosx-version-min, [AS_HELP_STRING([--with-macosx-version-min=VERSION],