From 284eb43788b3bf386bac3a91aa907c06503dd1ff Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Fri, 11 Nov 2022 08:09:23 +0000 Subject: [PATCH] import some changes that somehow happened in the packaging process. --- configure.ac | 1 + tools/makedep.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 94c8787..c38dd25 100644 --- a/configure.ac +++ b/configure.ac @@ -3504,6 +3504,7 @@ WINE_CONFIG_MAKEFILE(libs/wine) WINE_CONFIG_MAKEFILE(libs/wmcodecdspuuid) WINE_CONFIG_MAKEFILE(libs/xml2) WINE_CONFIG_MAKEFILE(libs/xslt) +WINE_CONFIG_MAKEFILE(libs/zlib) WINE_CONFIG_MAKEFILE(loader) WINE_CONFIG_MAKEFILE(nls) WINE_CONFIG_MAKEFILE(po) diff --git a/tools/makedep.c b/tools/makedep.c index a7acba2..1c45623 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -1418,7 +1418,6 @@ static struct file *open_include_file( const struct makefile *make, struct incl_ if (pFile->type == INCL_SYSTEM && pFile->use_msvcrt && !make->extlib && !pFile->included_by->is_external) { - if (!strcmp( pFile->name, "zlib.h" )) return NULL; if (!strcmp( pFile->name, "stdarg.h" )) return NULL; if (!strcmp( pFile->name, "x86intrin.h" )) return NULL; if (has_external_import( make )) return NULL; -- 2.30.2