Remove checks for synch.h, semaphore.h, aio.h (unused).

This commit is contained in:
Ralf Corsépius 2007-09-20 14:57:04 +02:00
parent 48f4ff6583
commit e1b4af366a
1 changed files with 1 additions and 2 deletions

View File

@ -351,7 +351,7 @@ AC_CHECK_FUNCS(error)
AC_CHECK_HEADERS(poll.h)
AC_CHECK_HEADERS(thread.h pthread.h synch.h semaphore.h)
AC_CHECK_HEADERS(thread.h pthread.h)
AC_CHECK_LIB(pthread, pthread_mutex_trylock, [], [
dnl OSF 5.0 has the the symbols prefixed with __ in libpthread.
@ -360,7 +360,6 @@ AC_CHECK_LIB(pthread, pthread_mutex_trylock, [], [
])
])
AC_CHECK_HEADERS(aio.h)
AC_SEARCH_LIBS(aio_read, [c rt aio posix4])
dnl Better not use fchmod at all.