From c8b56ea70b2d6617520140fdba1aa0c1336bfdfe Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 7 Sep 2003 17:49:56 +0000 Subject: [PATCH] 100l typo found by Dima K. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10837 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index eae266067b..3e1af6ea6c 100755 --- a/configure +++ b/configure @@ -5006,7 +5006,7 @@ if test "$_tv_v4l2" = yes ; then _inputmodules="tv-v4l2 $_inputmodules" else _noinputmodules="tv-v4l2 $_noinputmodules" - _def_tv_v4l='#undef HAVE_TV_V4L2' + _def_tv_v4l2='#undef HAVE_TV_V4L2' fi echores "$_tv_v4l2"