configure: Remove no-longer-needed check for mach-o/dyld_images.h header file.
Signed-off-by: Ken Thomases <ken@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
4b9defe09a
commit
5fd2285407
|
@ -7690,25 +7690,6 @@ fi
|
||||||
done
|
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
|
for ac_header in resolv.h
|
||||||
do :
|
do :
|
||||||
ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
|
ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
|
||||||
|
|
|
@ -648,14 +648,6 @@ AC_CHECK_HEADERS([linux/ipx.h linux/irda.h linux/rtnetlink.h],,,
|
||||||
# include <linux/types.h>
|
# include <linux/types.h>
|
||||||
#endif])
|
#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],,,
|
AC_CHECK_HEADERS([resolv.h],,,
|
||||||
[#include <sys/types.h>
|
[#include <sys/types.h>
|
||||||
#ifdef HAVE_SYS_SOCKET_H
|
#ifdef HAVE_SYS_SOCKET_H
|
||||||
|
|
|
@ -563,9 +563,6 @@
|
||||||
/* Define to 1 if you have the <mach/mach.h> header file. */
|
/* Define to 1 if you have the <mach/mach.h> header file. */
|
||||||
#undef HAVE_MACH_MACH_H
|
#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. */
|
/* Define to 1 if you have the <mach-o/loader.h> header file. */
|
||||||
#undef HAVE_MACH_O_LOADER_H
|
#undef HAVE_MACH_O_LOADER_H
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue