[PATCH 3/3] configure: Remove no-longer-needed check for mach-o/dyld_images.h header file.

Ken Thomases ken at codeweavers.com
Thu Dec 12 19:43:20 CST 2019


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




More information about the wine-devel mailing list