From 4096b1852fcad66c7bd0c5c8a9a1e0db5b690b88 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Mon, 17 Sep 2007 17:36:50 +0200 Subject: [PATCH] Address issues pointed by Diego --- configure | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/configure b/configure index ef71130..73b5de4 100755 --- a/configure +++ b/configure @@ -6221,11 +6221,10 @@ echores "$_qtx" echocheck "Nemesi Streaming Media libraries" if test "$_nemesi" = auto && test "$_network" = yes ; then + _nemesi=no if $_pkg_config --exists libnemesi ; then _ld_extra="$_ld_extra `$_pkg_config --libs libnemesi`" _nemesi=yes - else - _nemesi=no fi fi echores "$_nemesi" @@ -6233,7 +6232,6 @@ echores "$_nemesi" if test "$_nemesi" = yes; then _def_nemesi='#define LIBNEMESI 1' _inputmodules="nemesi $_inputmodules" - _nemesi=yes _live=no else _def_nemesi='#undef LIBNEMESI' -- 1.5.3