Index: configure =================================================================== --- configure (Revision 24672) +++ configure (Arbeitskopie) @@ -6220,7 +6220,13 @@ echores "$_qtx" echocheck "Nemesi Streaming Media libraries" -if test "$_nemesi" = auto && test "$_network" = yes ; then +cat > $TMPC << EOF +#include +int main(void) { +sdp_range * r; +} +EOF +if test "$_nemesi" = auto && test "$_network" = yes && cc_check; then _nemesi=no if $_pkg_config --exists libnemesi ; then _ld_extra="$_ld_extra `$_pkg_config --libs libnemesi`"