diff --git a/configure b/configure index e6ff5fe0c..86922cd6e 100755 --- a/configure +++ b/configure @@ -23170,7 +23170,7 @@ $as_echo_n "checking for GameController framework... " >&6; } #include #import - #if MAC_OS_X_VERSION_MIN_REQUIRED < 1090 + #if MAC_OS_X_VERSION_MIN_REQUIRED < 1080 #error GameController framework doesn't work on this configuration #endif #if TARGET_CPU_X86 diff --git a/configure.ac b/configure.ac index 5432bd598..be7272491 100644 --- a/configure.ac +++ b/configure.ac @@ -2809,7 +2809,7 @@ AS_HELP_STRING([--enable-joystick-mfi], [include macOS MFI joystick support [[de #include #import - #if MAC_OS_X_VERSION_MIN_REQUIRED < 1090 + #if MAC_OS_X_VERSION_MIN_REQUIRED < 1080 #error GameController framework doesn't work on this configuration #endif #if TARGET_CPU_X86