summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-29 14:35:18 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-29 14:35:18 +0000
commit145854090ff55a00ecdaa67a680d80149dc19ccc (patch)
treee40c1bae51483eedde90e1d28d2ff71bdbaf3894 /configure
parent7dfacf228816ac70b58b4aaeba2935bc0dc5ef76 (diff)
downloadmpv-145854090ff55a00ecdaa67a680d80149dc19ccc.tar.bz2
mpv-145854090ff55a00ecdaa67a680d80149dc19ccc.tar.xz
--enable-freetype fix (freetype-config was not set)
patch by Alexander.Gottwald@informatik.tu-chemnitz.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8634 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 c29b7d9e5f..d0e58cf62d 100755
--- a/configure
+++ b/configure
@@ -1040,6 +1040,7 @@ _new_conf=yes
_menu=no
_qtx_codecs=auto
_sortsub=yes
+_freetypeconfig='freetype-config'
for ac_option do
case "$ac_option" in
@@ -3568,7 +3569,6 @@ echores "$_cdparanoia"
echocheck "freetype >= 2.0.9"
if test "$_freetype" = auto ; then
- test -z "$_freetypeconfig" && _freetypeconfig='freetype-config'
if ( $_freetypeconfig --version ) >/dev/null 2>&1 ; then
cat > $TMPC << EOF
#include <stdio.h>