aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-11-03 18:00:23 +0000
committerVincent Richard <[email protected]>2005-11-03 18:00:23 +0000
commit14e4d1f06d7a26ed1995e709baeabe24508c19c0 (patch)
tree17af96e45a774676c53a68290ba093c10f425591
parentFixed problem with 'no_auth_information' exception when SASL support is disab... (diff)
downloadvmime-14e4d1f06d7a26ed1995e709baeabe24508c19c0.tar.gz
vmime-14e4d1f06d7a26ed1995e709baeabe24508c19c0.zip
Fixed typo for 'ac_cv_sizeof_long'.
-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
;;
*)