configure - m4: make CURL_CHECK_DEF ignore leading whitespace on symbol def
authorAlbert Chin <china@thewrittenword.com>
Tue, 27 Sep 2011 19:59:27 +0000 (21:59 +0200)
committerYang Tse <yangsita@gmail.com>
Tue, 27 Sep 2011 19:59:27 +0000 (21:59 +0200)
commitf394cd55c88663c31a9ed49a10399fb2c9ab6044
treeba86980d8a266f89ebdd0190c6319c6f4f144091
parent3d84eb3bbca244da90e17750a31520a1b1b24e88
configure - m4: make CURL_CHECK_DEF ignore leading whitespace on symbol def

When using Sun C compiler the preprocessor somehow inserts an extra space
in front of replaced symbol, breaking CURL_CHECK_DEF macro. To workaround
this, macro CURL_CHECK_DEF now ignores all leading whitespace in front of
symbol substitution result.
acinclude.m4