From aba79746072e38fdadddd7dc1609f3defdcaa6d9 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Fri, 7 Nov 2025 09:36:08 +0800 Subject: [PATCH] * configure.ac Remove patch for bugs in nproc that have been remediated. --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure.ac b/configure.ac index ccc8719c091..44d9cae1e7e 100644 --- a/configure.ac +++ b/configure.ac @@ -1599,12 +1599,6 @@ AC_DEFUN([gl_CRYPTO_CHECK]) # Avoid gnulib's tests for HAVE_WORKING_O_NOATIME and HAVE_WORKING_O_NOFOLLOW, # as we don't use them. AC_DEFUN([gl_FCNTL_O_FLAGS]) -# Disable nproc.c's usage of mntent.h if setmntent is undefined, as on -# Android SDK <= 20. -AC_DEFUN([gl_PREREQ_NPROC], - [AS_IF([test "$opsys" = "android"], - [AC_CHECK_DECL([setmntent], [], [ac_cv_header_mntent_h=no], - [[#include ]])])]m4_defn([gl_PREREQ_NPROC])) # Avoid gnulib's test for pthread_sigmask. funcs= for func in $ac_func_list; do