mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 06:48:01 +02:00
configure.ac: explicitely check stdint.h
Otherwise HAVE_STDINT_H will not be defined or the var will not be picked up from cache so builds could fail with errors like: | ../../dbus-1.10.8/dbus/dbus-internals.h:239:8: error: ‘uintptr_t’ undeclared (first use in this function) Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> [smcv: fix Autoconf underquoting] Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
bed2688452
commit
1bfde22292
1 changed files with 2 additions and 0 deletions
|
|
@ -699,6 +699,8 @@ AC_CHECK_HEADERS(byteswap.h)
|
|||
|
||||
AC_CHECK_HEADERS(unistd.h)
|
||||
|
||||
AC_CHECK_HEADERS([stdint.h])
|
||||
|
||||
AC_CHECK_HEADERS(ws2tcpip.h)
|
||||
|
||||
AC_CHECK_HEADERS(alloca.h)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue