backtrace(3) and execinfo.h are GNU extensions and may or may not be
available, and they may be provided via libexecinfo.
Fix detection of libexecinfo and allow building without any support of
backtrace, in which case we let kernel create core dump.
Fixes#116#117