summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-01 11:05:05 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-01 11:05:05 +0000
commitc834a1ef805f8437202720302e63b477656d4384 (patch)
tree34080caac286522d983a9fee14fbd399784a4ed0 /configure
parent52457d438e0447fefd14f2954ebdfd41c4f354f3 (diff)
downloadmpv-c834a1ef805f8437202720302e63b477656d4384.tar.bz2
mpv-c834a1ef805f8437202720302e63b477656d4384.tar.xz
10l for committing untested changes, a test call was missing.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23989 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8fefb01303..71590ad3f0 100755
--- a/configure
+++ b/configure
@@ -6741,7 +6741,7 @@ echores "$_tv_v4l2"
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