diff configure @ 7878:3495a2acd7eb

10l
author jaf
date Wed, 23 Oct 2002 19:19:23 +0000
parents 210bf936571f
children 32eceb109114
line wrap: on
line diff
--- a/configure	Wed Oct 23 19:03:44 2002 +0000
+++ b/configure	Wed Oct 23 19:19:23 2002 +0000
@@ -3803,10 +3803,10 @@
 if test "$_libdv" = yes ; then
   _def_libdv='#define HAVE_LIBDV095 1'
   _ld_libdv="-ldv"
-  _inputmodules="libdv $_codecmodules"
+  _codecmodules="libdv $_codecmodules"
 else
   _def_libdv='#undef HAVE_LIBDV095'
-  _noinputmodules="libdv $_nocodecmodules"
+  _nocodecmodules="libdv $_nocodecmodules"
 fi
 echores "$_libdv"