mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-12 18:53:33 +00:00
ppc: build-sys: Add big-endian support
A few files (the generated marshalling code and pixman-related utils) make use of WORDS_BIGENDIAN in order to do the right thing depending on endianness. configure.ac must call AC_C_BIGENDIAN for it to be defined. Signed-off-by: Erlon R. Cruz <erlon.cruz@br.flextronics.com> Signed-off-by: Rafael F. Santos <fonsecasantos.rafael@gmail.com> Signed-off-by: Fabiano Fidêncio <Fabiano.Fidêncio@fit-tecnologia.org.br>
This commit is contained in:
parent
d39dfbfef9
commit
c6e6dacb30
@ -3,6 +3,7 @@
|
||||
# Checks for header files and library functions needed by spice-common.
|
||||
# ---------------------
|
||||
AC_DEFUN([SPICE_CHECK_SYSDEPS], [
|
||||
AC_C_BIGENDIAN
|
||||
AC_FUNC_ALLOCA
|
||||
AC_CHECK_HEADERS([arpa/inet.h malloc.h netinet/in.h stddef.h stdint.h stdlib.h string.h sys/socket.h unistd.h])
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user