mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
rename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_H
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
56ffaf2548
commit
5735147e5f
2 changed files with 3 additions and 3 deletions
2
configure
vendored
2
configure
vendored
|
@ -1550,7 +1550,7 @@ EOF
|
|||
int main(void) { return bswap32(0); }
|
||||
EOF
|
||||
if $cc $ARCH_CFLAGS -o $TMPE $TMPC >/dev/null 2> /dev/null ; then
|
||||
echo "#define HAVE_MACHINE_BSWAP_H 1" >> $config_host_h
|
||||
echo "#define CONFIG_MACHINE_BSWAP_H 1" >> $config_host_h
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue