From b1057cad056053fedf136d8b5e4e05374f00e983 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 3 Feb 2019 22:51:10 +0100 Subject: [PATCH] Also disable SDL under macOS for configure-based builds SDL-based wxSound backend doesn't currently compile under macOS and is probably not very useful there anyhow. --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 14a8931a16..8a02696b71 100755 --- a/configure +++ b/configure @@ -34514,7 +34514,7 @@ fi WITH_PLUGIN_SDL=0 if test "$wxUSE_SOUND" = "yes"; then - if test "$USE_UNIX" = 1 ; then + if test "$USE_UNIX" = 1 -a "$USE_MAC" != 1 ; then if test "$wxUSE_LIBSDL" != "no"; then pkg_failed=no diff --git a/configure.in b/configure.in index 0cb8ed4d74..eb780172d7 100644 --- a/configure.in +++ b/configure.in @@ -5560,7 +5560,7 @@ fi WITH_PLUGIN_SDL=0 if test "$wxUSE_SOUND" = "yes"; then - if test "$USE_UNIX" = 1 ; then + if test "$USE_UNIX" = 1 -a "$USE_MAC" != 1 ; then if test "$wxUSE_LIBSDL" != "no"; then PKG_CHECK_MODULES([SDL], [sdl2 >= 2.0.0], [