diff options
author | Vincent Richard <[email protected]> | 2005-11-03 18:00:23 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-11-03 18:00:23 +0000 |
commit | 14e4d1f06d7a26ed1995e709baeabe24508c19c0 (patch) | |
tree | 17af96e45a774676c53a68290ba093c10f425591 | |
parent | Fixed problem with 'no_auth_information' exception when SASL support is disab... (diff) | |
download | vmime-14e4d1f06d7a26ed1995e709baeabe24508c19c0.tar.gz vmime-14e4d1f06d7a26ed1995e709baeabe24508c19c0.zip |
Fixed typo for 'ac_cv_sizeof_long'.
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ;; *) |