]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
do not check for fchmod
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 8 Apr 2012 18:07:09 +0000 (20:07 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 8 Apr 2012 18:07:09 +0000 (20:07 +0200)
configure.ac

index ba60ce862dec4f7cd2ddba8e952530751ad4eb59..5350a90598ed042b7f266eba1ca8756947aedf28 100644 (file)
@@ -124,7 +124,7 @@ AC_C_BIGENDIAN
 
 
 dnl No fork on MinGW, disable some self-tests until we fix them.
-AC_CHECK_FUNCS([fork getrusage getpwuid_r daemon fchmod],,)
+AC_CHECK_FUNCS([fork getrusage getpwuid_r daemon],,)
 AM_CONDITIONAL(HAVE_FORK, test "$ac_cv_func_fork" != "no")
 AC_LIB_HAVE_LINKFLAGS(pthread,, [#include <pthread.h>], [pthread_mutex_lock (0);])