Hi, I have defined functions like lrint/lrintf/log2/round/roundf in the "math.h" include. When I run "configure", it can't find them, so I must always define them manually to 1 in the "config.h" file. Maybe it would be possible to also add check for functions in the "math.h", not only in the linkable libs? Regards