fail configure on --enable-shared if -Bsymbolic-functions doesn't work
authorRich Felker <dalias@aerifal.cx>
Tue, 10 Jun 2014 16:11:12 +0000 (12:11 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 10 Jun 2014 16:11:12 +0000 (12:11 -0400)
commitd79b27785fb2476017225b13d24e4b8d408f61c6
treeda5372de59327174610223396ffb204434906649
parentac31bf278d9ed855e6765bb71d64ed19d2b7c0f8
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.
configure