mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 03:47:53 +08:00
building
This commit is contained in:
parent
ae7ce4ee23
commit
820a5c0b61
@ -214,9 +214,9 @@ DNS_PRAGMA_PUSH
|
||||
|
||||
#ifndef HAVE_STATIC_ASSERT
|
||||
#if DNS_GNUC_PREREQ(0,0,0) && !DNS_GNUC_PREREQ(4,6,0)
|
||||
#define HAVE_STATIC_ASSERT 0 /* glibc doesn't check GCC version */
|
||||
#else
|
||||
#define HAVE_STATIC_ASSERT (defined static_assert)
|
||||
//#define HAVE_STATIC_ASSERT 0 /* glibc doesn't check GCC version */
|
||||
#elif defined(static_assert)
|
||||
#define HAVE_STATIC_ASSERT 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user