[PATCH 3/3] configure: Remove no-longer-needed check for mach-o/dyld_images.h header file. (original) (raw)
Ken Thomases ken at codeweavers.com
Thu Dec 12 19:43:20 CST 2019
- Previous message (by thread): [PATCH 2/3] dbghelp: Fix reading the target's dyld image info, based on its CPU architecture.
- Next message (by thread): [PATCH v2 1/2] gdiplus: start implementing CompositingModeSourceCopy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Signed-off-by: Ken Thomases <ken at codeweavers.com>
configure.ac | 8 -------- 1 file changed, 8 deletions(-)
diff --git a/configure.ac b/configure.ac index 7fc85841caf..2117e500f90 100644 --- a/configure.ac +++ b/configure.ac @@ -648,14 +648,6 @@ AC_CHECK_HEADERS([linux/ipx.h linux/irda.h linux/rtnetlink.h],,, # include <linux/types.h> #endif]) -AC_CHECK_HEADERS([mach-o/dyld_images.h],,, - [#ifdef HAVE_STDBOOL_H - # include <stdbool.h> - #endif - #ifdef HAVE_STDINT_H - # include <stdint.h> - #endif])
AC_CHECK_HEADERS([resolv.h],,, [#include <sys/types.h> #ifdef HAVE_SYS_SOCKET_H
2.21.0
- Previous message (by thread): [PATCH 2/3] dbghelp: Fix reading the target's dyld image info, based on its CPU architecture.
- Next message (by thread): [PATCH v2 1/2] gdiplus: start implementing CompositingModeSourceCopy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]