From 06f4acee994835b4abb49db49538e6077e0814f6 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 12 Dec 2022 19:20:47 +0100 Subject: [PATCH] Assume rmdir(2) exists MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is required by POSIX.1-2001. Link: Cc: Christian Göttsche Cc: Iker Pedrosa Cc: Mike Frysinger Signed-off-by: Alejandro Colomar --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 11dc44fd..09fcb9c8 100644 --- a/configure.ac +++ b/configure.ac @@ -100,7 +100,7 @@ fi dnl Checks for library functions. AC_TYPE_GETGROUPS AC_FUNC_UTIME_NULL -AC_REPLACE_FUNCS(putgrent putpwent putspent rmdir) +AC_REPLACE_FUNCS(putgrent putpwent putspent) AC_REPLACE_FUNCS(sgetgrent sgetpwent sgetspent) AC_REPLACE_FUNCS(strcasecmp strdup)