From 8e6a480afd0a55b6638d60dadddbe0be69fdc8c3 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Fri, 19 Apr 2024 11:04:19 +0200 Subject: [PATCH] [meson] HAVE_GETCWD was not checked --- config2.h.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/config2.h.in b/config2.h.in index aa8d5ff1..8ec4fff9 100644 --- a/config2.h.in +++ b/config2.h.in @@ -418,9 +418,6 @@ /* Define to 1 if you have the `ftello' function. */ #mesondefine HAVE_FTELLO -/* Define to 1 if you have the `getcwd' function. */ -#mesondefine HAVE_GETCWD - /* Define to 1 if you have the `getegid' function. */ #mesondefine HAVE_GETEGID