ios: unconditionally check if we are building for iOS
Instead of only checking if applemedia is going to be built
This commit is contained in:
parent
0fafdf8db1
commit
2910613e4a
@ -853,10 +853,8 @@ case "$host" in
|
||||
HAVE_APPLE_MEDIA="no"
|
||||
;;
|
||||
esac
|
||||
HAVE_IOS="no"
|
||||
if test "x$HAVE_APPLE_MEDIA" = "xyes"; then
|
||||
AC_CHECK_HEADER(MobileCoreServices/MobileCoreServices.h, HAVE_IOS="yes", HAVE_IOS="no", [-])
|
||||
fi
|
||||
|
||||
AC_CHECK_HEADER(MobileCoreServices/MobileCoreServices.h, HAVE_IOS="yes", HAVE_IOS="no", [-])
|
||||
|
||||
AM_CONDITIONAL(HAVE_IOS, test "x$HAVE_IOS" = "xyes")
|
||||
if test "x$HAVE_IOS" = "xyes"; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user