Re: [dm-devel] [PATCH] Makefiles: Fix function availability checks

2016-11-20 Thread Christophe Varoqui
Very nice, thanks. Merged. On Fri, Nov 18, 2016 at 8:52 PM, Bart Van Assche wrote: > The current implementation of the code that checks for function > presence is not correct because it checks for a prefix match only. > Introduce a function that checks for the exact function name. > Additionally

[dm-devel] [PATCH] Makefiles: Fix function availability checks

2016-11-18 Thread Bart Van Assche
The current implementation of the code that checks for function presence is not correct because it checks for a prefix match only. Introduce a function that checks for the exact function name. Additionally, report whether or not the function has been found. An example of the output produced by this