[vlc-commits] configure: correctly disable the macOS UI for non-darwin systems
Jean-Baptiste Kempf
git at videolan.org
Wed Feb 22 18:48:51 CET 2017
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb 22 18:48:24 2017 +0100| [a6fd0f90be761f75ba4f56bc810538d163d961c4] | committer: Jean-Baptiste Kempf
configure: correctly disable the macOS UI for non-darwin systems
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a6fd0f90be761f75ba4f56bc810538d163d961c4
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 4eef09d..0232536 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3857,7 +3857,7 @@ then
VLC_ADD_PLUGIN([macosx])
AC_PATH_PROGS(XIB, [ibtool], ibtool, ["/usr/bin"])
fi
-AM_CONDITIONAL(ENABLE_MACOSX_UI, [test "$enable_macosx" != "no"])
+AM_CONDITIONAL(ENABLE_MACOSX_UI, [test "$enable_macosx" != "no" -a "${SYS}" = "darwin"])
dnl
dnl MacOS X sparkle update support
More information about the vlc-commits
mailing list