Alexandre Julliard : configure: Added missing DiskArbitration/ DiskArbitration.h check.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Nov 6 08:48:47 CST 2006


Module: wine
Branch: master
Commit: 66f45a5b7d94f05b51fd0c4920b2d27fd84ae9f3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=66f45a5b7d94f05b51fd0c4920b2d27fd84ae9f3

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Nov  6 13:33:16 2006 +0100

configure: Added missing DiskArbitration/DiskArbitration.h check.

---

 configure           |    2 ++
 configure.ac        |    1 +
 include/config.h.in |    4 ++++
 3 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 090aab8..2e0965e 100755
--- a/configure
+++ b/configure
@@ -7582,10 +7582,12 @@ 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 ffa5f84..a4eb6c2 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 8bba290..f26735d 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -71,6 +71,10 @@ #undef HAVE_DBUS_DBUS_H
 /* Define to 1 if you have the <direct.h> header file. */
 #undef HAVE_DIRECT_H
 
+/* Define to 1 if you have the <DiskArbitration/DiskArbitration.h> header
+   file. */
+#undef HAVE_DISKARBITRATION_DISKARBITRATION_H
+
 /* Define to 1 if you have the `dladdr' function. */
 #undef HAVE_DLADDR
 




More information about the wine-cvs mailing list