configure: Added missing DiskArbitration/DiskArbitration.h check.

This commit is contained in:
Alexandre Julliard 2006-11-06 13:33:16 +01:00
parent 5776a72361
commit 66f45a5b7d
3 changed files with 7 additions and 0 deletions

2
configure vendored
View File

@ -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 \

View File

@ -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 \

View File

@ -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