diff configure @ 8214:5ddafb0cc18e

Consistently name the streaming option streaming instead of mixing network and streaming.
author diego
date Sat, 16 Nov 2002 14:48:13 +0000
parents 43a008c4b30f
children 59e01995144c
line wrap: on
line diff
--- a/configure	Sat Nov 16 09:38:23 2002 +0000
+++ b/configure	Sat Nov 16 14:48:13 2002 +0000
@@ -4205,9 +4205,9 @@
 if test "$_streaming" != no ; then
   _def_streaming='#define STREAMING 1'
   _ld_streaming="$_ld_sock"
-  _inputmodules="network $_inputmodules"
+  _inputmodules="streaming $_inputmodules"
 else
-  _noinputmodules="network $_noinputmodules"
+  _noinputmodules="streaming $_noinputmodules"
   _def_streaming='#undef STREAMING'
 fi
 echores "$_streaming"