curl-config: --built-shared returns shared info
authorDaniel Stenberg <daniel@haxx.se>
Sun, 25 Jul 2010 15:48:07 +0000 (17:48 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 25 Jul 2010 15:48:07 +0000 (17:48 +0200)
commita13128596c37603a1001e5f18b5706aa52600b3a
tree1af93a47d91018950ff6355e90b99ba6300bab7d
parent6d2ccfed48558f171c2840c3aa479261050d084a
curl-config: --built-shared returns shared info

The curl-config now features a --built-shared command line option that
will output 'yes' or 'no' depending if the build process was asked to
build shared library/libraries or not.

It is primarily made to offer more details to the test suite to know
what kind of stunts it can expect to work.
configure.ac
curl-config.in