mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
rename HAVE_PREADV to CONFIG_PREADV
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
0e74e66bd5
commit
2341f9a1ad
2 changed files with 3 additions and 3 deletions
2
configure
vendored
2
configure
vendored
|
@ -1736,7 +1736,7 @@ if test "$iovec" = "yes" ; then
|
|||
echo "#define HAVE_IOVEC 1" >> $config_host_h
|
||||
fi
|
||||
if test "$preadv" = "yes" ; then
|
||||
echo "#define HAVE_PREADV 1" >> $config_host_h
|
||||
echo "#define CONFIG_PREADV 1" >> $config_host_h
|
||||
fi
|
||||
if test "$fdt" = "yes" ; then
|
||||
echo "CONFIG_FDT=y" >> $config_host_mak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue