mirror of https://mirror.osredm.com/root/redis.git
Fix the build on Mac OS X, where features.h is non-existent
This commit is contained in:
parent
80ff1fc6d0
commit
1d6628c088
|
@ -97,11 +97,10 @@
|
|||
#endif
|
||||
|
||||
#if (__i386 || __amd64) && __GNUC__
|
||||
#include <features.h>
|
||||
|
||||
#if __GNUC_PREREQ(4,1)
|
||||
#define HAVE_ATOMIC
|
||||
#endif
|
||||
#define GNUC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
|
||||
#if GNUC_VERSION >= 40100
|
||||
#define HAVE_ATOMIC
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue