From 5fd22854070fa6c2e77f3dcf2a67b9032dbac979 Mon Sep 17 00:00:00 2001 From: Ken Thomases Date: Thu, 12 Dec 2019 19:43:20 -0600 Subject: [PATCH] configure: Remove no-longer-needed check for mach-o/dyld_images.h header file. Signed-off-by: Ken Thomases Signed-off-by: Alexandre Julliard --- configure | 19 ------------------- configure.ac | 8 -------- include/config.h.in | 3 --- 3 files changed, 30 deletions(-) diff --git a/configure b/configure index 032ba6811c2..aca74c16adf 100755 --- a/configure +++ b/configure @@ -7690,25 +7690,6 @@ fi done -for ac_header in mach-o/dyld_images.h -do : - ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H - # include - #endif - #ifdef HAVE_STDINT_H - # include - #endif -" -if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_MACH_O_DYLD_IMAGES_H 1 -_ACEOF - -fi - -done - - for ac_header in resolv.h do : ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include 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 #endif]) -AC_CHECK_HEADERS([mach-o/dyld_images.h],,, - [#ifdef HAVE_STDBOOL_H - # include - #endif - #ifdef HAVE_STDINT_H - # include - #endif]) - AC_CHECK_HEADERS([resolv.h],,, [#include #ifdef HAVE_SYS_SOCKET_H diff --git a/include/config.h.in b/include/config.h.in index 63396e92501..1d0b216b6ae 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -563,9 +563,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MACH_MACH_H -/* Define to 1 if you have the header file. */ -#undef HAVE_MACH_O_DYLD_IMAGES_H - /* Define to 1 if you have the header file. */ #undef HAVE_MACH_O_LOADER_H -- 2.11.4.GIT