[vlc-commits] configure: adjust Sparkle detection for macOS
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Sat Feb 18 12:53:14 CET 2017
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 18 01:24:21 2017 +0100| [3a4649e631c7daff7bc020cf555ec0cfb4d427c2] | committer: Jean-Baptiste Kempf
configure: adjust Sparkle detection for macOS
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3a4649e631c7daff7bc020cf555ec0cfb4d427c2
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index d4ac16e..8cbfcb9 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