mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-23 02:40:44 +01:00
fix check for 32-bit integers if short is 32 bits long
In practice, this won't happen for years, but we might as well be correct. Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
This commit is contained in:
parent
460e6282d6
commit
d855baed00
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ AC_MSG_CHECKING([32-bit integer type])
|
|||
|
||||
case 4 in
|
||||
$ac_cv_sizeof_short)
|
||||
dbusint32=int
|
||||
dbusint32=short
|
||||
;;
|
||||
$ac_cv_sizeof_int)
|
||||
dbusint32=int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue