Guard use of backtrace() with HAVE_BACKTRACE
authorJon TURNEY <jon.turney@dronecode.org.uk>
Mon, 27 Jun 2011 14:06:16 +0000 (15:06 +0100)
committerJeremy Huddleston <jeremyhu@apple.com>
Tue, 28 Jun 2011 20:07:20 +0000 (13:07 -0700)
commit38d55f06cfbf4b05fee0aef8f97f90e835beaacb
tree705fd5ace84cba26199fd064db1a2cec6d32ab57
parentbea57392c724f439987832b422941ae897953e4a
Guard use of backtrace() with HAVE_BACKTRACE

Guard the use of backtrace() with HAVE_BACKTRACE, since we already
have the autoconf machinery for setting that.

For the moment, assume dladdr() is available when backtrace() is

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
glx/glapi_gentable.c