fix configure issue on osx

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@40390 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2017-03-17 09:22:57 +00:00
parent e3caba204b
commit 80547ce977
2 changed files with 2 additions and 64 deletions

View file

@ -31,14 +31,14 @@
@end
#endif
#if !defined(__APPLE__)
#if HAVE_OBJC_ROOT_CLASS_ATTRIBUTE
#define GS_OBJC_ROOT_CLASS __attribute__((objc_root_class))
#else
#define GS_OBJC_ROOT_CLASS
#endif
#if !defined(__APPLE__)
/* Provide dummy implementations for NSObject and NSConstantString
* for libobjc2 which needs them.
*/