diff --git a/configure b/configure index 4ccd3bfb74a..9e0094f6298 100755 --- a/configure +++ b/configure @@ -6089,6 +6089,8 @@ done + + @@ -6137,6 +6139,8 @@ for ac_header in \ linux/serial.h \ linux/types.h \ linux/ucdrom.h \ + mach-o/dyld_images.h \ + mach-o/nlist.h \ mach/mach.h \ mach/machine.h \ machine/cpu.h \ diff --git a/configure.ac b/configure.ac index 590ca4e1c4d..e11433103d4 100644 --- a/configure.ac +++ b/configure.ac @@ -315,6 +315,8 @@ AC_CHECK_HEADERS(\ linux/serial.h \ linux/types.h \ linux/ucdrom.h \ + mach-o/dyld_images.h \ + mach-o/nlist.h \ mach/mach.h \ mach/machine.h \ machine/cpu.h \ diff --git a/include/config.h.in b/include/config.h.in index 9f3da47bd22..047e90ca9cf 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -432,6 +432,12 @@ /* 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_NLIST_H + /* Define to 1 if you have the `memmove' function. */ #undef HAVE_MEMMOVE