--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
This commit is contained in:
arpi 2002-12-29 14:35:18 +00:00
parent 7dfacf2288
commit 145854090f
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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>