]> granicus.if.org Git - curl/commit
autoconf: improve handling of versioned symbols
authorPierre Chapuis <catwell@archlinux.us>
Thu, 10 May 2012 16:50:51 +0000 (18:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 12 May 2012 21:46:06 +0000 (23:46 +0200)
commite315927a1ac34c286a22d8a54794ba15de82c589
treef2c1402a3aa8f61edab8b6c77764f95c336ea57f
parent03c1bcf4bda7a493ea8020070cecdd5f0ed37c65
autoconf: improve handling of versioned symbols

It checks whether versioned symbols should be enabled before checking
whether it is possible (i.e. the linker supports --version-script) or
not. This avoids a useless warning when building cURL on a platform that
does not use GNU ld.

Moreover, it fixes broken indentation of this chunk of code.
configure.ac