[vlc-commits] configure: adjust Sparkle detection for macOS

Jean-Baptiste Kempf git at videolan.org
Sat Feb 18 01:24:36 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 18 01:24:21 2017 +0100| [6441b55d814a2fa3348ed861e7d6e98b173524f1] | committer: Jean-Baptiste Kempf

configure: adjust Sparkle detection for macOS

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6441b55d814a2fa3348ed861e7d6e98b173524f1
---

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 4ef5953..ac1e7d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3870,7 +3870,7 @@ AC_ARG_ENABLE(sparkle,
   [  --enable-sparkle        Sparkle update support for OS X (default enabled on Mac OS X)])
 if test "x${enable_sparkle}" != "xno" -a "${HAVE_OSX}" = "1"
 then
-  if test ! -d ${CONTRIB_DIR}/Sparkle.framework
+  if test ! -d ${CONTRIB_DIR}/Sparkle.framework -a ! -d ${CONTRIB_DIR}/Frameworks/Sparkle.framework
   then
     AC_MSG_ERROR([Sparkle framework is required and was not found in ${CONTRIB_DIR}])
   fi



More information about the vlc-commits mailing list