1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

Sparkle: fix iOS compilation

This commit is contained in:
Felix Paul Kühne 2015-06-12 14:09:05 +02:00
parent 8a550d71ff
commit 83ab5bb696

View File

@ -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