Switch to unified view

a/m4/linnsongcast.m4 b/m4/linnsongcast.m4
...
...
3
                    [setSourceIndex], [<libupnpp/control/linnsongcast.hxx>],
3
                    [setSourceIndex], [<libupnpp/control/linnsongcast.hxx>],
4
                    [const std::string s; int i=0; UPnPClient::Songcast::setSourceIndex(s,i);])
4
                    [const std::string s; int i=0; UPnPClient::Songcast::setSourceIndex(s,i);])
5
if test "$ac_cv_func_setsourceindex_in_linn" = "yes" ; then
5
if test "$ac_cv_func_setsourceindex_in_linn" = "yes" ; then
6
  AC_DEFINE([HAVE_SETSOURCEINDEX_IN_LINN],1,[Set to 1 if the setSourceIndex function is found in libupnpp])
6
  AC_DEFINE([HAVE_SETSOURCEINDEX_IN_LINN],1,[Set to 1 if the setSourceIndex function is found in libupnpp])
7
fi
7
fi
8
9
AC_SINGLE_CXX_CHECK([ac_cv_func_setreceiversplaying_in_linn],
10
                    [setReceiversPlaying], [<libupnpp/control/linnsongcast.hxx>],
11
                    [const std::vector<std::string> v; UPnPClient::Songcast::setReceiversPlaying(v);])
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])
14
fi
8
])
15
])