Commit c7437f671e20f8864fd98b06f167af6e8ab6514b

Yury V. Zaytsev 2024-09-15T13:37:28

configure: fix shared build on Solaris 10 (#846) GNU tools are often installed with g-prefix on Solaris. Unfortunately, a check in configure was using grep directly instead of through a variable, which lead to wrong results due to missing option `-q`. Additionally, the check will fail silently if `readelf` is not on `PATH` instead of trying `greadelf`.