[Xfce4-commits] <postler:master> Warn if Dexter is not installed and explain why

Christian Dywan noreply at xfce.org
Thu Dec 9 22:04:01 CET 2010


Updating branch refs/heads/master
         to 03a812ca5d503a06897eb2b3e4f2eb32a325b9e2 (commit)
       from af3d4d32a1a20d510ceb807e9507c82e9083b247 (commit)

commit 03a812ca5d503a06897eb2b3e4f2eb32a325b9e2
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Dec 8 20:16:12 2010 +0100

    Warn if Dexter is not installed and explain why

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

diff --git a/wscript b/wscript
index f76fb41..25ceade 100644
--- a/wscript
+++ b/wscript
@@ -129,6 +129,10 @@ def configure (conf):
     check_function ('SSL_connect', 'openssl/ssl.h', 'ssl', 'HAVE_LIBSSL')
     check_function ('db_create', 'db.h', 'db')
     conf.find_program ('msmtp', mandatory=True)
+    if not conf.find_program ('dexter'):
+        Utils.pprint ('YELLOW', 'Dexter is not installed. It is recommended ' \
+                                'because it provides contact completion \n' \
+                                'and allows adding of contacts from Postler.')
 
     conf.define ('PACKAGE', APPNAME)
     conf.define ('VERSION', VERSION)



More information about the Xfce4-commits mailing list