Mercurial > mplayer.hg
changeset 23969:4b065c8a37c9
10l for committing untested changes, a test call was missing.
author | diego |
---|---|
date | Wed, 01 Aug 2007 11:05:05 +0000 |
parents | a9c0184eedcb |
children | 46893ce2458e |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Aug 01 09:55:57 2007 +0000 +++ b/configure Wed Aug 01 11:05:05 2007 +0000 @@ -6741,7 +6741,7 @@ echocheck "TV teletext interface" if test "$_tv_teletext" = auto ; then _tv_teletext=no - if "$_freetype" = yes ; then + if test "$_freetype" = yes ; then if test "$_tv_v4l2" = yes || test "$_v4l" = yes ; then _tv_teletext=yes fi