From dfc93b35cca3a1a161ecb5ae4e95975355bd23cb Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 12 Dec 2022 19:17:44 +0100 Subject: [PATCH] Assume mkdir(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 a50a08db..11dc44fd 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(mkdir putgrent putpwent putspent rmdir) +AC_REPLACE_FUNCS(putgrent putpwent putspent rmdir) AC_REPLACE_FUNCS(sgetgrent sgetpwent sgetspent) AC_REPLACE_FUNCS(strcasecmp strdup)