From e1b4af366ac5f71d1696615502013d028604755e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Thu, 20 Sep 2007 14:57:04 +0200 Subject: [PATCH] Remove checks for synch.h, semaphore.h, aio.h (unused). --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9296aad..20b99c8 100644 --- a/configure.ac +++ b/configure.ac @@ -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. -- 2.7.4