Commit 72d877a2c226f31b8177617a845bf471b34017ba

fanquake 2020-07-07T14:58:29

autotools: attempt to find OpenSSL via homebrew on macOS When compiling for macOS, where users will likely have OpenSSL installed via brew, rather than available on the system, use brew --prefix to figure out where OpenSSL is, and then augment the pkg-config path so that libs are found.