mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Build fix
include/my_global.h: Look for __INTEL_COMPILER to detect icc
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
#endif /* __CYGWIN__ */
|
||||
|
||||
/* Determine when to use "#pragma interface" */
|
||||
#if !defined(__CYGWIN__) && !defined(__ICC) && defined(__GNUC__) && (__GNUC__ < 3)
|
||||
#if !defined(__CYGWIN__) && !defined(__INTEL_COMPILER) && defined(__GNUC__) && (__GNUC__ < 3)
|
||||
#define USE_PRAGMA_INTERFACE
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user