mirror of
https://github.com/fluencelabs/redis
synced 2025-05-09 17:32:15 +00:00
Not every __sun has backtrace().
I don't know how to test for Open Solaris that has support for backtrace() so for now removing the #ifdef that breaks compilation under other Solaris flavors.
This commit is contained in:
parent
a154908a8f
commit
580f65a50b
@ -54,7 +54,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Test for backtrace() */
|
/* Test for backtrace() */
|
||||||
#if defined(__APPLE__) || defined(__linux__) || defined(__sun)
|
#if defined(__APPLE__) || defined(__linux__)
|
||||||
#define HAVE_BACKTRACE 1
|
#define HAVE_BACKTRACE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user