Module: wine Branch: master Commit: d35c0e87eb04e120f75da3942a1fe042e9760e27 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d35c0e87eb04e120f75da3942a...
Author: Ken Thomases ken@codeweavers.com Date: Wed Mar 11 09:05:53 2009 -0500
configure: Check for mach-o/dyld_images.h and mach-o/nlist.h headers.
---
configure | 4 ++++ configure.ac | 2 ++ include/config.h.in | 6 ++++++ 3 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/configure b/configure index 4ccd3bf..9e0094f 100755 --- a/configure +++ b/configure @@ -6092,6 +6092,8 @@ done
+ + for ac_header in \ AudioUnit/AudioUnit.h \ Carbon/Carbon.h \ @@ -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 590ca4e..e114331 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 9f3da47..047e90c 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -432,6 +432,12 @@ /* 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/nlist.h> header file. */ +#undef HAVE_MACH_O_NLIST_H + /* Define to 1 if you have the `memmove' function. */ #undef HAVE_MEMMOVE