https://bugs.winehq.org/show_bug.cgi?id=53953
reserv0@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |reserv0@yahoo.com
--- Comment #22 from reserv0@yahoo.com --- I am now seeing a 32 bits build breakage in v7.22, because PKG_CONFIG_PATH was replaced with PKG_CONFIG_LIBDIR (which is not taken into account by my pkg-config flavour) in 'configure'... Restoring the old env variable name in the latter with a: sed -i -e 's/PKG_CONFIG_LIBDIR/PKG_CONFIG_PATH/g' configure restores the ability to build a 32 bits Wine...
Please, make it so that your configure script tests *both* for PKG_CONFIG_LIBDIR and PKG_CONFIG_PATH in the environment, and use the one that is provided...