changeset 3170:59d8aea76341

vcd status in summary was sometimes wrong (found by atmos)
author pl
date Tue, 27 Nov 2001 23:17:58 +0000
parents b6bb21d686cd
children 3a325e7f6e1d
files configure
diffstat 1 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Nov 27 21:54:27 2001 +0000
+++ b/configure	Tue Nov 27 23:17:58 2001 +0000
@@ -1864,6 +1864,15 @@
 echores "$_sgiaudio"
 
 
+echocheck "VCD support"
+if linux || bsdos || freebsd || sunos ; then
+  _inputmodules="vcd $_inputmodules"
+  echores "ok"
+else
+  echores "not supported on this OS"
+fi
+
+
 echocheck "DVD support"
 if test "$_dvdread" = auto ; then
   cat > $TMPC << EOF
@@ -2820,7 +2829,7 @@
 
   Install prefix: $_prefix
   Data directory: $_datadir
-  Input: vcd $_inputmodules
+  Input: $_inputmodules
   Codecs: $_codecmodules
   Audio output drivers: null $_aomodules
   Video output drivers: null $_vomodules