diff --git a/configure b/configure index 799e334990..c95c9f055e 100755 --- a/configure +++ b/configure @@ -6065,8 +6065,8 @@ echocheck "LIVE555 Streaming Media libraries" if test "$_live" = auto && test "$_network" = yes ; then cat > $TMPCPP << EOF #include -#if (LIVEMEDIA_LIBRARY_VERSION_INT < 1090195200) -#error Please upgrade to version 2004.07.19 or later of the "LIVE555 Streaming Media" libraries - available from +#if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600) +#error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from #endif int main(void) {} EOF