configure: Added missing DiskArbitration/DiskArbitration.h check.
This commit is contained in:
parent
5776a72361
commit
66f45a5b7d
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue