Skip to content

Commit

Permalink
Merge pull request xbmc#7458 from olafhering/master
Browse files Browse the repository at this point in the history
configure.ac: update verification of shairplay
  • Loading branch information
Memphiz committed Jul 9, 2015
2 parents 92285ec + b550ec6 commit d04084e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configure.ac
Expand Up @@ -1593,9 +1593,10 @@ if test "x$use_airtunes" != "xno"; then

if test "x$USE_AIRTUNES" != "x0"; then
XB_FIND_SONAME([SHAIRPLAY], [shairplay], [USE_AIRTUNES])
AC_CHECK_MEMBERS([struct raop_callbacks_s.cls],,,
AC_CHECK_MEMBERS([struct raop_callbacks_s.audio_remote_control_id],
AC_DEFINE([HAVE_LIBSHAIRPLAY],[1],["Define to 1 if you have libshairplay."]),
USE_AIRTUNES=0,
[[#include <shairplay/raop.h>]])
AC_DEFINE([HAVE_LIBSHAIRPLAY],[1],["Define to 1 if you have libshairplay."])
fi

if test "x$USE_AIRTUNES" == "x0"; then
Expand Down

0 comments on commit d04084e

Please sign in to comment.