configure: use the -Bsymbolic-functions linker flag if supported
authorStefan Kost <ensonic@users.sf.net>
Wed, 15 Dec 2010 10:21:05 +0000 (12:21 +0200)
committerStefan Kost <ensonic@users.sf.net>
Wed, 15 Dec 2010 10:23:15 +0000 (12:23 +0200)
commit3457bc71495332c54cdfa35bf86762c8c59efaa1
tree65c8144fba788a5873b1c97123907045b715271e
parent525776df79844c013088b169deed346e7adb554a
configure: use the -Bsymbolic-functions linker flag if supported

This feature turns intra library calls into direct function calls and thus makes
them a little faster. The downside is that this causes problems for e.g.
LD_PRELOAD based tools. Thus add a configure option to turn it off.
configure.ac