Fixed typo for 'ac_cv_sizeof_long'.
This commit is contained in:
parent
675c4cd3c2
commit
14e4d1f06d
@ -1487,7 +1487,7 @@ case 4 in
|
|||||||
$ac_cv_sizeof_int)
|
$ac_cv_sizeof_int)
|
||||||
VMIME_TYPE_INT32=int
|
VMIME_TYPE_INT32=int
|
||||||
;;
|
;;
|
||||||
$ac_cv_sizeof_int)
|
$ac_cv_sizeof_long)
|
||||||
VMIME_TYPE_INT32=long
|
VMIME_TYPE_INT32=long
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user