From: Sergei Chernyadyev 1892-Cherser-s@users.noreply.gitlab.winehq.org
--- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure index 81627094416..53210c3823a 100755 --- a/configure +++ b/configure @@ -16079,7 +16079,7 @@ CPPFLAGS=$ac_save_CPPFLAGS
fi case $host_os in - darwin*|macosx*) ;; + darwin*|macosx*) enable_winesni_drv=no ;; *) if test "x$ac_cv_lib_soname_dbus_1" = "x" then : case "x$with_dbus" in diff --git a/configure.ac b/configure.ac index fd215f99619..7731bb6d729 100644 --- a/configure.ac +++ b/configure.ac @@ -1396,7 +1396,7 @@ then [DBUS_CFLAGS=""])]) fi case $host_os in - darwin*|macosx*) ;; + darwin*|macosx*) enable_winesni_drv=no ;; *) WINE_NOTICE_WITH(dbus,[test "x$ac_cv_lib_soname_dbus_1" = "x"], [libdbus ${notice_platform}development files not found, no dynamic device support.], [enable_winesni_drv]) ;; esac