aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 796e3aeb..9ae6da73 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1487,7 +1487,7 @@ case 4 in
$ac_cv_sizeof_int)
VMIME_TYPE_INT32=int
;;
-$ac_cv_sizeof_int)
+$ac_cv_sizeof_long)
VMIME_TYPE_INT32=long
;;
*)