]> git.sesse.net Git - vlc/blobdiff - configure.ac
inet_ntop always returns NULL on Windows.
[vlc] / configure.ac
index 09766accc398628b9a75e57f965fcad03e59bb1d..e6b30edb521c93dc92d1543f9007af6a51a09aef 100644 (file)
@@ -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],