correcting comparison, since minimum system is transmitted we have to use the MAX_ALLOWED in order to test for SDK

This commit is contained in:
Stefan Csomor
2017-06-08 11:45:25 +02:00
parent 85a24fd4db
commit 4f04aedf4f
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -35436,7 +35436,7 @@ int
main ()
{
#if defined(MAC_OS_X_VERSION_10_9) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_9
#if defined(MAC_OS_X_VERSION_10_9) && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_9
// AVKit available
#else
choke me