Author :
Yury V. Zaytsev
Date :
2024-09-15 13:37:28
Hash :c7437f67 Message :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`.