configure: Fix non-public symbol regex
commitc5a2acfd52bdbb686b272c92936dbd079c41a2e8
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>
Thu, 2 Mar 2017 15:30:45 +0000 (2 10:30 -0500)
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>
Thu, 2 Mar 2017 15:30:45 +0000 (2 10:30 -0500)
treee6d62ddbca67ea7c4842cddd896825ead85776a0
parent17bc576d8ac7582de7893dc1c8dd635e345dbce2
configure: Fix non-public symbol regex

We want to only detect function declarations, so we only
want to match spaces in between the type and the lsmash_-prefixed
function name, and 0 or 1 asterisks.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
configure