diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-12-27 12:46:25 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-12-27 12:46:25 +0000 |
commit | c69f463ccb0dcc5bd2fad57aafd1821d1e0cd825 (patch) | |
tree | 11aeb181592fa5b28415227828de5b6a9e4254c7 /ace/config-macosx.h | |
parent | 603a9f8f1853a85f0361b6ddf09d11d97085806a (diff) | |
download | ATCD-c69f463ccb0dcc5bd2fad57aafd1821d1e0cd825.tar.gz |
ChangeLogTag: Fri Dec 27 07:49:28 2002 Craig Rodrigues <crodrigu@bbn.com>
Diffstat (limited to 'ace/config-macosx.h')
-rw-r--r-- | ace/config-macosx.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/ace/config-macosx.h b/ace/config-macosx.h index 3176de9757d..b76d2e37f96 100644 --- a/ace/config-macosx.h +++ b/ace/config-macosx.h @@ -184,12 +184,8 @@ // gperf seems to need this #define ACE_HAS_NONSTATIC_OBJECT_MANAGER -// gcc 3.1 is broken, gcc 3.3 is a bit better -#if defined(__GNUC__) && (__GNUC__ < 3 || (__GNUC__ == 3 && __GNUC_MINOR__ < 3)) -# define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES - // Remove the following when Apple fixes static template member problem - // in their compiler -#define ACE_HAS_POSITION_INDEPENDENT_POINTERS 0 -#endif +#if defined(__APPLE_CC__) && (__APPLE_CC__ < 1173) +#error "Compiler must be upgraded, see http://developer.apple.com" +#endif /* __APPLE_CC__ */ #endif /* ACE_CONFIG_MACOSX_H */ |