[vlc-commits] Sparkle: fix iOS compilation

Felix Paul Kühne git at videolan.org
Fri Jun 12 14:14:05 CEST 2015


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | 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



More information about the vlc-commits mailing list