Fix build with libobjc2.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30967 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
theraven 2010-07-15 09:59:01 +00:00
parent 71be31f01f
commit 0d8f26e852
4 changed files with 11 additions and 6 deletions

View file

@ -272,7 +272,7 @@ commonModes(void)
return modes;
}
#if !defined(HAVE_OBJC_THREAD_ADD) && !defined(NeXT_RUNTIME)
#if !defined(HAVE_OBJC_THREAD_ADD) && !defined(NeXT_RUNTIME) && !defined(__GNUSTEP_RUNTIME__)
/* We need to access these private vars in the objc runtime - because
the objc runtime's API is not enough powerful for the GNUstep
extensions we want to add. */