Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 28cd073941..669e5a041a 100755
--- a/configure
+++ b/configure
@@ -5005,6 +5005,7 @@ fi
# check if host supports unaligned access
if test "$host_supports_unaligned_access" != "no"; then
+ QEMU_CFLAGS="-DHOST_SUPPORTS_UNALIGNED_ACCESS $QEMU_CFLAGS"
if compile_prog "-Werror -Wno-address-of-packed-member" "" ; then
QEMU_CFLAGS="-Wno-address-of-packed-member $QEMU_CFLAGS"
fi
--
2.15.1