Module: wine Branch: master Commit: 9669cd56f465e0683f1f229160d4891c13300178 URL: https://gitlab.winehq.org/wine/wine/-/commit/9669cd56f465e0683f1f229160d4891...
Author: Brendan Shanks bshanks@codeweavers.com Date: Thu Apr 4 11:47:58 2024 -0700
configure: Remove warning when not using preloader on macOS.
---
configure | 2 -- configure.ac | 2 -- 2 files changed, 4 deletions(-)
diff --git a/configure b/configure index b73fa3db003..19deca2d311 100755 --- a/configure +++ b/configure @@ -9578,8 +9578,6 @@ fi ;; esac WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -mmacosx-version-min=10.7" - else - as_fn_append wine_warnings "|can't build Wine preloader; many programs won't work" fi
if test "x$with_coreaudio" != "xno"; diff --git a/configure.ac b/configure.ac index da503dedf0f..738622d7890 100644 --- a/configure.ac +++ b/configure.ac @@ -659,8 +659,6 @@ case $host_os in esac dnl If preloader is used, the loader needs to be an LC_UNIXTHREAD binary to avoid AppKit/Core Animation problems. WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -mmacosx-version-min=10.7" - else - WINE_WARNING([can't build Wine preloader; many programs won't work]) fi
if test "x$with_coreaudio" != "xno";