commit | 757ca003963266079819ca6e2e03b9f42aae07e4 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Mar 23 15:24:07 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Mar 23 15:24:07 2015 +0100 |
tree | 9718507d778654ed50eaf5cd41e5bb3be21a3619 | |
parent | bf8f7febd8f25cac34acf0f7feaef00b38248ca9 [diff] [blame] |
Fix gcc detection in check_config.h
diff --git a/include/polarssl/check_config.h b/include/polarssl/check_config.h index a668cf8..a255874 100644 --- a/include/polarssl/check_config.h +++ b/include/polarssl/check_config.h
@@ -31,7 +31,7 @@ #define POLARSSL_CHECK_CONFIG_H #if defined(POLARSSL_DEPRECATED_WARNING) && \ - !defined(__GCC__) && !defined(__clang__) + !defined(__GNUC__) && !defined(__clang__) #error "POLARSSL_DEPRECATED_WARNING only works with GCC and Clang" #endif