| commit | d79b27785fb2476017225b13d24e4b8d408f61c6 | [log] [tgz] |
|---|---|---|
| author | Rich Felker <dalias@aerifal.cx> | Tue Jun 10 12:11:12 2014 -0400 |
| committer | Rich Felker <dalias@aerifal.cx> | Tue Jun 10 12:11:12 2014 -0400 |
| tree | da5372de59327174610223396ffb204434906649 | |
| parent | ac31bf278d9ed855e6765bb71d64ed19d2b7c0f8 [diff] |
fail configure on --enable-shared if -Bsymbolic-functions doesn't work previously, a warning was issued in this case no matter what, even if --disable-shared was used. now, the default for --enable-shared is changed from "yes" to "auto", and the warning is issued by default, but becomes an error if --enable-shared is used, and the test is suppressed completely if --disable-shared is used.