mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
comment out OSF/1 yielding select force. Likely incorrect.
This commit is contained in:
parent
4d2b0cfab6
commit
04904a4418
2 changed files with 360 additions and 378 deletions
36
configure.in
36
configure.in
|
|
@ -795,9 +795,9 @@ int main(argc, argv)
|
|||
AC_CHECK_LIB(pthread, pthread_mutex_unlock, [
|
||||
ol_link_threads=posix
|
||||
LTHREAD_LIBS="$LTHREAD_LIBS -lpthread -lmach -lexc -lc_r"
|
||||
if test $ol_with_yielding_select = auto ; then
|
||||
ol_with_yielding_select=yes
|
||||
fi
|
||||
dnl if test $ol_with_yielding_select = auto ; then
|
||||
dnl ol_with_yielding_select=yes
|
||||
dnl fi
|
||||
],:,[-lmach -lexc -lc_r])
|
||||
LIBS="$save_LIBS"
|
||||
fi
|
||||
|
|
@ -808,9 +808,9 @@ int main(argc, argv)
|
|||
AC_CHECK_LIB(pthread, pthread_mutex_lock, [
|
||||
ol_link_threads=posix
|
||||
LTHREAD_LIBS="$LTHREAD_LIBS -lpthread -lmach -lexc"
|
||||
if test $ol_with_yielding_select = auto ; then
|
||||
ol_with_yielding_select=yes
|
||||
fi
|
||||
dnl if test $ol_with_yielding_select = auto ; then
|
||||
dnl ol_with_yielding_select=yes
|
||||
dnl fi
|
||||
],:,[-lmach -lexc])
|
||||
LIBS="$save_LIBS"
|
||||
fi
|
||||
|
|
@ -821,9 +821,9 @@ int main(argc, argv)
|
|||
AC_CHECK_LIB(pthread, pthread_mutex_trylock, [
|
||||
ol_link_threads=posix
|
||||
LTHREAD_LIBS="$LTHREAD_LIBS -lpthread -lexc"
|
||||
if test $ol_with_yielding_select = auto ; then
|
||||
ol_with_yielding_select=yes
|
||||
fi
|
||||
dnl if test $ol_with_yielding_select = auto ; then
|
||||
dnl ol_with_yielding_select=yes
|
||||
dnl fi
|
||||
],:,[-lexc])
|
||||
LIBS="$save_LIBS"
|
||||
fi
|
||||
|
|
@ -883,9 +883,9 @@ int main(argc, argv)
|
|||
AC_CHECK_LIB(pthreads, pthread_mutex_unlock, [
|
||||
ol_link_threads=posix
|
||||
LTHREAD_LIBS="$LTHREAD_LIBS -lpthreads -lmach -lexc -lc_r"
|
||||
if test $ol_with_yielding_select = auto ; then
|
||||
ol_with_yielding_select=yes
|
||||
fi
|
||||
dnl if test $ol_with_yielding_select = auto ; then
|
||||
dnl ol_with_yielding_select=yes
|
||||
dnl fi
|
||||
],:,[-lmach -lexc -lc_r])
|
||||
LIBS="$save_LIBS"
|
||||
fi
|
||||
|
|
@ -896,9 +896,9 @@ int main(argc, argv)
|
|||
AC_CHECK_LIB(pthreads, pthread_mutex_lock, [
|
||||
ol_link_threads=posix
|
||||
LTHREAD_LIBS="$LTHREAD_LIBS -lpthreads -lmach -lexc"
|
||||
if test $ol_with_yielding_select = auto ; then
|
||||
ol_with_yielding_select=yes
|
||||
fi
|
||||
dnl if test $ol_with_yielding_select = auto ; then
|
||||
dnl ol_with_yielding_select=yes
|
||||
dnl fi
|
||||
],:,[-lmach -lexc])
|
||||
LIBS="$save_LIBS"
|
||||
fi
|
||||
|
|
@ -909,9 +909,9 @@ int main(argc, argv)
|
|||
AC_CHECK_LIB(pthreads, pthread_mutex_trylock, [
|
||||
ol_link_threads=posix
|
||||
LTHREAD_LIBS="$LTHREAD_LIBS -lpthreads -lexc"
|
||||
if test $ol_with_yielding_select = auto ; then
|
||||
ol_with_yielding_select=yes
|
||||
fi
|
||||
dnl if test $ol_with_yielding_select = auto ; then
|
||||
dnl ol_with_yielding_select=yes
|
||||
dnl fi
|
||||
],:,[-lexc])
|
||||
LIBS="$save_LIBS"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue