[vlc-devel] [PATCH] configure: remove the PKG_CONFIG_PATH variable
    Steve Lhomme 
    robux4 at ycbcr.xyz
       
    Tue Mar 19 08:05:25 CET 2019
    
    
  
On 3/18/2019 4:28 PM, Rémi Denis-Courmont wrote:
> Le lundi 18 mars 2019, 16:04:51 EET Steve Lhomme a écrit :
>> It's already set by the PKG_PROG_PKG_CONFIG call below with a nicer order of
>> variables and more official documentation.
> OK if it actually marks the variable "precious" as well.
I don't know what's a precious variable, but this is what is done in pkg.m4:
AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search 
path])
This is very similar to ours. And looking at the configure before and 
after the patch only the order of variables and the text is modified.
    
    
More information about the vlc-devel
mailing list