Re: Hardcoded check for pkg-config

2022-09-05 Thread Dr . Jürgen Sauermann
Hi Christopher, thanks, hopefully fixed in SVN 1587. Best Regards, Jürgen On 9/5/22 3:43 AM, Christopher Rodriguez wrote: Hello, On line 204 of `configure.ac` there is a check to see if `pkg-config` is executable on

Hardcoded check for pkg-config

2022-09-04 Thread Christopher Rodriguez
Hello, On line 204 of `configure.ac` there is a check to see if `pkg-config` is executable on the current system. However, this check /only/ checks whether (specifically) `/usr/bin/pkg-config` is executable—meaning that if the user has `pkg-config` installed in a non-standard location (for insta