Commit 83ab5bb6 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Sparkle: fix iOS compilation

parent 8a550d71
...@@ -3811,7 +3811,7 @@ dnl MacOS X sparkle update support ...@@ -3811,7 +3811,7 @@ dnl MacOS X sparkle update support
dnl dnl
AC_ARG_ENABLE(sparkle, AC_ARG_ENABLE(sparkle,
[ --enable-sparkle Sparkle update support for OS X (default enabled on Mac OS X)]) [ --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 then
if test ! -d ${CONTRIB_DIR}/Sparkle.framework if test ! -d ${CONTRIB_DIR}/Sparkle.framework
then then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment