vlc | branch: master | Felix Paul Kühne <[email protected]> | Fri Jun 12 
14:09:05 2015 +0200| [83ab5bb6966e1484b2b3e80cf8708388b4b5929e] | committer: 
Felix Paul Kühne

Sparkle: fix iOS compilation

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

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

diff --git a/configure.ac b/configure.ac
index 0d1437b..49f4793 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3811,7 +3811,7 @@ dnl  MacOS X sparkle update support
 dnl
 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 "${SYS}" = "darwin"
+if test "x${enable_sparkle}" != "xno" -a "${HAVE_OSX}" = "1"
 then
   if test ! -d ${CONTRIB_DIR}/Sparkle.framework
   then

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to