mirror of
https://github.com/reactos/wine.git
synced 2025-04-05 01:21:40 +00:00
configure: Added missing DiskArbitration/DiskArbitration.h check.
This commit is contained in:
parent
5776a72361
commit
66f45a5b7d
2
configure
vendored
2
configure
vendored
@ -7580,12 +7580,14 @@ done
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
for ac_header in \
|
for ac_header in \
|
||||||
AudioUnit/AudioUnit.h \
|
AudioUnit/AudioUnit.h \
|
||||||
Carbon/Carbon.h \
|
Carbon/Carbon.h \
|
||||||
CoreAudio/CoreAudio.h \
|
CoreAudio/CoreAudio.h \
|
||||||
|
DiskArbitration/DiskArbitration.h \
|
||||||
IOKit/IOKitLib.h \
|
IOKit/IOKitLib.h \
|
||||||
alsa/asoundlib.h \
|
alsa/asoundlib.h \
|
||||||
arpa/inet.h \
|
arpa/inet.h \
|
||||||
|
@ -154,6 +154,7 @@ AC_CHECK_HEADERS(\
|
|||||||
AudioUnit/AudioUnit.h \
|
AudioUnit/AudioUnit.h \
|
||||||
Carbon/Carbon.h \
|
Carbon/Carbon.h \
|
||||||
CoreAudio/CoreAudio.h \
|
CoreAudio/CoreAudio.h \
|
||||||
|
DiskArbitration/DiskArbitration.h \
|
||||||
IOKit/IOKitLib.h \
|
IOKit/IOKitLib.h \
|
||||||
alsa/asoundlib.h \
|
alsa/asoundlib.h \
|
||||||
arpa/inet.h \
|
arpa/inet.h \
|
||||||
|
@ -71,6 +71,10 @@
|
|||||||
/* Define to 1 if you have the <direct.h> header file. */
|
/* Define to 1 if you have the <direct.h> header file. */
|
||||||
#undef HAVE_DIRECT_H
|
#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. */
|
/* Define to 1 if you have the `dladdr' function. */
|
||||||
#undef HAVE_DLADDR
|
#undef HAVE_DLADDR
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user