Ken Thomases : configure: Remove no-longer-needed check for mach-o/dyld_images.h header file.

Alexandre Julliard julliard at winehq.org
Fri Dec 13 15:27:21 CST 2019


Module: wine
Branch: master
Commit: 5fd22854070fa6c2e77f3dcf2a67b9032dbac979
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5fd22854070fa6c2e77f3dcf2a67b9032dbac979

Author: Ken Thomases <ken at codeweavers.com>
Date:   Thu Dec 12 19:43:20 2019 -0600

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

Signed-off-by: Ken Thomases <ken at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure           | 19 -------------------
 configure.ac        |  8 --------
 include/config.h.in |  3 ---
 3 files changed, 30 deletions(-)

diff --git a/configure b/configure
index 032ba6811c..aca74c16ad 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 <stdbool.h>
-     #endif
-     #ifdef HAVE_STDINT_H
-     # include <stdint.h>
-     #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 <sys/types.h>
diff --git a/configure.ac b/configure.ac
index 7fc85841ca..2117e500f9 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
diff --git a/include/config.h.in b/include/config.h.in
index 63396e9250..1d0b216b6a 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -563,9 +563,6 @@
 /* Define to 1 if you have the <mach/mach.h> header file. */
 #undef HAVE_MACH_MACH_H
 
-/* Define to 1 if you have the <mach-o/dyld_images.h> header file. */
-#undef HAVE_MACH_O_DYLD_IMAGES_H
-
 /* Define to 1 if you have the <mach-o/loader.h> header file. */
 #undef HAVE_MACH_O_LOADER_H
 




More information about the wine-cvs mailing list