|
a/m4/linnsongcast.m4 |
|
b/m4/linnsongcast.m4 |
|
... |
|
... |
10 |
[setReceiversPlaying], [<libupnpp/control/linnsongcast.hxx>],
|
10 |
[setReceiversPlaying], [<libupnpp/control/linnsongcast.hxx>],
|
11 |
[const std::vector<std::string> v; UPnPClient::Songcast::setReceiversPlaying(v);])
|
11 |
[const std::vector<std::string> v; UPnPClient::Songcast::setReceiversPlaying(v);])
|
12 |
if test "$ac_cv_func_setreceiversplaying_in_linn" = "yes" ; then
|
12 |
if test "$ac_cv_func_setreceiversplaying_in_linn" = "yes" ; then
|
13 |
AC_DEFINE([HAVE_SETRECEIVERSPLAYING_IN_LINN],1,[Set to 1 if the setReceiversPlaying function is found in libupnpp])
|
13 |
AC_DEFINE([HAVE_SETRECEIVERSPLAYING_IN_LINN],1,[Set to 1 if the setReceiversPlaying function is found in libupnpp])
|
14 |
fi
|
14 |
fi
|
|
|
15 |
|
|
|
16 |
AC_SINGLE_CXX_CHECK([ac_cv_func_withstatus_in_linn],
|
|
|
17 |
[stopReceiversWithStatus], [<libupnpp/control/linnsongcast.hxx>],
|
|
|
18 |
[const std::vector<std::string> args; std::vector<std::string> reasons; UPnPClient::Songcast::stopReceiversWithStatus(args, reasons);])
|
|
|
19 |
if test "$ac_cv_func_withstatus_in_linn" = "yes" ; then
|
|
|
20 |
AC_DEFINE([HAVE_WITHSTATUS_IN_LINN],1,[Set to 1 if the stopReceiversWithStatus function is found in libupnpp])
|
|
|
21 |
fi
|
15 |
]) |
22 |
]) |