[MPlayer-cvslog] r31209 - trunk/configure
    Reimar Döffinger 
    Reimar.Doeffinger at gmx.de
       
    Mon May 24 21:45:10 CEST 2010
    
    
  
> @@ -6458,15 +6453,9 @@ int main(void) {
>  }
>  EOF
>      _fribidi=no
> -    _inc_tmp=""
> -    _ld_tmp="-lfribidi"
> +    _inc_tmp="$($_pkg_config --cflags fribidi)"
> +    _ld_tmp="$($_pkg_config --libs fribidi)"
>      cc_check $_inc_tmp $_ld_tmp && _fribidi=yes
> -    if $_fribidiconfig --version > /dev/null 2>&1 &&
> -       test "$_fribidi" = no ; then
> -        _inc_tmp="$($_fribidiconfig --cflags)"
> -        _ld_tmp="$($_fribidiconfig --libs)"
> -        cc_check $_inc_tmp $_ld_tmp && _fribidi=yes
> -    fi
And why did you have to drop the version that worked without any
of that *config crap? I certainly don't want to waste my time with
getting pkg-config to work on cygwin in a way that works for compiling
a MinGW program, compiling MPlayer isn't supposed to be an entertainment
for multiple weekends.
    
    
More information about the MPlayer-cvslog
mailing list