diff options
author | Vincent Richard <[email protected]> | 2013-02-10 20:12:41 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-02-10 20:12:41 +0000 |
commit | ddf3cff4952a1db083ffbcd7e754081f6f5d5773 (patch) | |
tree | 361148f5e373424a689bfd64761ae5a000c16f7f /cmake | |
parent | Fixed issue #23. Avoid additional queries if gethostname() is already a FQDN.... (diff) | |
download | vmime-ddf3cff4952a1db083ffbcd7e754081f6f5d5773.tar.gz vmime-ddf3cff4952a1db083ffbcd7e754081f6f5d5773.zip |
Check for MLang on Windows platform.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/config.hpp.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/config.hpp.cmake b/cmake/config.hpp.cmake index 3d9aba92..3af17eb5 100644 --- a/cmake/config.hpp.cmake +++ b/cmake/config.hpp.cmake @@ -67,6 +67,7 @@ typedef unsigned @VMIME_32BIT_TYPE@ vmime_uint32; #cmakedefine01 VMIME_HAVE_GMTIME_R #cmakedefine01 VMIME_HAVE_LOCALTIME_S #cmakedefine01 VMIME_HAVE_LOCALTIME_R +#cmakedefine01 VMIME_HAVE_MLANG #define VMIME_SENDMAIL_PATH "@VMIME_SENDMAIL_PATH@" |