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:
Simon McVittie 2011-01-19 14:09:33 +00:00
parent 460e6282d6
commit d855baed00

View file

@ -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