GNOME Bugzilla – Bug 697638
add "-lm" to LIBADD
Last modified: 2013-04-15 12:39:07 UTC
Without this the math functions are an "undefined reference" on at least Debian Unstable. I'll add a patch.
Created attachment 241057 [details] [review] build: add -lm to LIB_ADD (for sin() et al)
Created attachment 241559 [details] [review] build: Check for libm in configure
Review of attachment 241057 [details] [review]: I prefer actually checking for libm. That's done in the patch I attached.
Attachment 241559 [details] pushed as 0e0e387 - build: Check for libm in configure