summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index af0c710ce2..01a6ac9886 100755
--- a/configure
+++ b/configure
@@ -6740,7 +6740,7 @@ echores "$_tv_v4l2"
echocheck "TV teletext interface"
if test "$_tv_teletext" = auto ; then
- if test "$_tv_v4l2" = yes; then
+ if test "$_tv_v4l2" = yes && test "$_freetype" = yes ; then
_tv_teletext=yes
else
_tv_teletext=no