# HG changeset patch # User bertrand # Date 1032292075 0 # Node ID 7a221aaf70128ae30478c88396d88f98b044c047 # Parent 29cce5d75dca17252164f3c16b265fcd072c4044 Enable the LIVE lib only if the network layer (STREAMING) is enable. Fixed the bug where if streaming disable and live enable, the live config test will reenable the network layer. diff -r 29cce5d75dca -r 7a221aaf7012 configure --- a/configure Tue Sep 17 16:11:50 2002 +0000 +++ b/configure Tue Sep 17 19:47:55 2002 +0000 @@ -3598,16 +3598,15 @@ fi echocheck "LIVE.COM Streaming Media libraries" -if test "$_live" = auto ; then +if test "$_live" = auto && test "$_streaming" = yes ; then _live=yes test "$_livelibdir" || _live=no # TODO: deeper, more reliable test of libs, and version! # (users may have empty live/ dir or something different there, for # example 'live config files', or they may have old, incompatibel version) fi -if test "$_live" = yes ; then +if test "$_live" = yes && test "$_streaming" = yes ; then echores "yes (using $_livelibdir)" - _streaming=yes _def_live='#define STREAMING_LIVE_DOT_COM 1' _live_libs_def="# LIVE.COM Streaming Media libraries: LIVE_LIB_DIR = $_livelibdir