From dd8bbe42a3e357cccf6c0d3e7d63cfd76ae4bfa6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Wed, 24 Oct 2007 03:11:19 +0200 Subject: [PATCH] Remove AC_CHECK_FUNC(fchmod). --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index b387b5e..dacd8d5 100644 --- a/configure.ac +++ b/configure.ac @@ -362,9 +362,6 @@ AC_CHECK_LIB(pthread, pthread_mutex_trylock, [], [ AC_SEARCH_LIBS(aio_read, [c rt aio posix4]) -dnl Better not use fchmod at all. -AC_CHECK_FUNC(fchmod) - AC_CHECK_FUNCS(vsnprintf snprintf) dnl Temporary hack for MiNT. Some functions (writev, snprintf) are -- 2.7.4