mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
fix for bug #29203
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29996 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2862bb966e
commit
fd040a69b3
6 changed files with 8024 additions and 8170 deletions
11
configure.ac
11
configure.ac
|
@ -671,6 +671,17 @@ fi
|
|||
#--------------------------------------------------------------------
|
||||
AC_CHECK_FUNCS(objc_thread_add)
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Check for thread synchronisation support in runtime
|
||||
#--------------------------------------------------------------------
|
||||
AC_CHECK_FUNCS(objc_sync_enter)
|
||||
if test $ac_cv_func_objc_sync_enter = yes ; then
|
||||
OBJCSYNC=1
|
||||
else
|
||||
OBJCSYNC=0
|
||||
fi
|
||||
AC_SUBST(OBJCSYNC)
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Check for ObjC2 support in runtime
|
||||
#--------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue