From 14e4d1f06d7a26ed1995e709baeabe24508c19c0 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 3 Nov 2005 18:00:23 +0000 Subject: [PATCH] Fixed typo for 'ac_cv_sizeof_long'. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; *)