configure: Added missing DiskArbitration/DiskArbitration.h check.
diff --git a/configure b/configure
index 090aab8..2e0965e 100755
--- a/configure
+++ b/configure
@@ -7582,10 +7582,12 @@
 
 
 
+
 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 @@
 	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 @@
 /* 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