mirror of
https://github.com/fluencelabs/redis
synced 2025-05-01 21:42:13 +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
635c532c89
commit
f6f43d7da0
@ -56,7 +56,7 @@
|
||||
#endif
|
||||
|
||||
/* Test for backtrace() */
|
||||
#if defined(__APPLE__) || defined(__linux__) || defined(__sun)
|
||||
#if defined(__APPLE__) || defined(__linux__)
|
||||
#define HAVE_BACKTRACE 1
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user