summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 16310860e7..d711cbebe0 100755
--- a/configure
+++ b/configure
@@ -6275,11 +6275,11 @@ EOF
fi
fi
fi
-if test "$_live" = yes && test "$_network" = yes && test "$_nemesi" = no; then
+if test "$_live" = yes && test "$_network" = yes; then
_res_comment="using $_livelibdir"
_def_live='#define STREAMING_LIVE555 1'
_inputmodules="live555 $_inputmodules"
-elif test "$_live_dist" = yes && test "$_network" = yes && test "$_nemesi" = no; then
+elif test "$_live_dist" = yes && test "$_network" = yes; then
_res_comment="using distribution version"
_live="yes"
_def_live='#define STREAMING_LIVE555 1'