[Xfce4-commits] <postler:master> Check for msmtp in build configuration

Christian Dywan noreply at xfce.org
Wed Nov 17 23:20:03 CET 2010


Updating branch refs/heads/master
         to 484476bbd07e37c9c9fc29403b4ac610e430f7c9 (commit)
       from ad356e46c5d15a452af890e4d5377299c7770abd (commit)

commit 484476bbd07e37c9c9fc29403b4ac610e430f7c9
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Nov 17 23:20:14 2010 +0100

    Check for msmtp in build configuration

 wscript |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/wscript b/wscript
index 1866f0b..f76fb41 100644
--- a/wscript
+++ b/wscript
@@ -128,6 +128,8 @@ def configure (conf):
     check_function ('CRYPTO_lock', 'openssl/crypto.h', 'crypto')
     check_function ('SSL_connect', 'openssl/ssl.h', 'ssl', 'HAVE_LIBSSL')
     check_function ('db_create', 'db.h', 'db')
+    conf.find_program ('msmtp', mandatory=True)
+
     conf.define ('PACKAGE', APPNAME)
     conf.define ('VERSION', VERSION)
     conf.define ('POSTLER_CHANGES', 1)



More information about the Xfce4-commits mailing list