[ACPICA] Take the gcc code path for host configuration when compiling with clang. CORE-11799 (#94)

This commit is contained in:
Amine Khaldi 2017-10-30 22:45:42 +01:00
parent d56c9a8927
commit 433d20f16e

View file

@ -171,7 +171,7 @@
*
*****************************************************************************/
#if defined(__GNUC__) && !defined(__INTEL_COMPILER)
#if (defined(__GNUC__) || defined(__clang__)) && !defined(__INTEL_COMPILER)
#include "acgcc.h"
#elif defined(_MSC_VER)