mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
define ENOTSUP the same that the other errors
aliguori: ENOTSUP is not 4096 universally, only on OpenBSD Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
5647eb7475
commit
2880bc32b8
2 changed files with 3 additions and 7 deletions
5
configure
vendored
5
configure
vendored
|
@ -265,7 +265,6 @@ oss_lib="-lossaudio"
|
|||
;;
|
||||
OpenBSD)
|
||||
bsd="yes"
|
||||
openbsd="yes"
|
||||
audio_drv_list="oss"
|
||||
audio_possible_drivers="oss sdl esd"
|
||||
oss_lib="-lossaudio"
|
||||
|
@ -1544,10 +1543,6 @@ EOF
|
|||
fi
|
||||
fi
|
||||
|
||||
if [ "$openbsd" = "yes" ] ; then
|
||||
echo "#define ENOTSUP 4096" >> $config_host_h
|
||||
fi
|
||||
|
||||
if test "$darwin" = "yes" ; then
|
||||
echo "CONFIG_DARWIN=y" >> $config_host_mak
|
||||
echo "#define CONFIG_DARWIN 1" >> $config_host_h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue