commit | 200019c0c66ec757353ffaaea8d9c98da37f26c8 | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <ppaalanen@gmail.com> | Wed May 30 15:53:42 2012 +0300 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu May 31 13:52:24 2012 -0400 |
tree | 75b60052229f86ed1daee919d094b8ca3de6c941 | |
parent | 51aaf646db84b35a317a576459cd9a06c767b800 [diff] |
compositor: check for execinfo.h Some systems may not have execinfo.h. Add a configure test for it, and if it is not found, make the backtrace() call a no-operation. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>