glapi: Do not use backtrace on DragonFly.
authorVinson Lee <vlee@freedesktop.org>
Thu, 19 Jun 2014 21:31:24 +0000 (14:31 -0700)
committerVinson Lee <vlee@freedesktop.org>
Thu, 31 Jul 2014 04:48:09 +0000 (21:48 -0700)
commitbf3a26266d3f5da18a215c8c11ce75d01582e989
tree4467d4cda4d420c3fa90b8ac373497e440bbbfd4
parent5a12155503c9cd0cc77b0a0e52bc563c39631275
glapi: Do not use backtrace on DragonFly.

execinfo.h is not available on DragonFly.

Fixes this build error.

  CC       glapi_gentable.lo
glapi_gentable.c:44:22: fatal error: execinfo.h: No such file or directory

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mapi/glapi/gen/gl_gentable.py