Switch to unified view

a b/m4/linnsongcast.m4
1
AC_DEFUN([AC_FUNC_LIBUPNPP_LINNSONGCAST],[
2
AC_SINGLE_CXX_CHECK([ac_cv_func_setsourceindex_in_linn],
3
                    [setSourceIndex], [<libupnpp/control/linnsongcast.hxx>],
4
                    [const std::string s; int i=0; UPnPClient::Songcast::setSourceIndex(s,i);])
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])
7
fi
8
])