From 66f45a5b7d94f05b51fd0c4920b2d27fd84ae9f3 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 6 Nov 2006 13:33:16 +0100 Subject: [PATCH] configure: Added missing DiskArbitration/DiskArbitration.h check. --- configure | 2 ++ configure.ac | 1 + include/config.h.in | 4 ++++ 3 files changed, 7 insertions(+) diff --git a/configure b/configure index 090aab82011..2e0965e0a11 100755 --- a/configure +++ b/configure @@ -7580,12 +7580,14 @@ done + for ac_header in \ AudioUnit/AudioUnit.h \ Carbon/Carbon.h \ CoreAudio/CoreAudio.h \ + DiskArbitration/DiskArbitration.h \ IOKit/IOKitLib.h \ alsa/asoundlib.h \ arpa/inet.h \ diff --git a/configure.ac b/configure.ac index ffa5f8485d0..a4eb6c2684f 100644 --- a/configure.ac +++ b/configure.ac @@ -154,6 +154,7 @@ AC_CHECK_HEADERS(\ AudioUnit/AudioUnit.h \ Carbon/Carbon.h \ CoreAudio/CoreAudio.h \ + DiskArbitration/DiskArbitration.h \ IOKit/IOKitLib.h \ alsa/asoundlib.h \ arpa/inet.h \ diff --git a/include/config.h.in b/include/config.h.in index 8bba290d8d7..f26735dd376 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -71,6 +71,10 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DIRECT_H +/* Define to 1 if you have the header + file. */ +#undef HAVE_DISKARBITRATION_DISKARBITRATION_H + /* Define to 1 if you have the `dladdr' function. */ #undef HAVE_DLADDR