[Xfce4-commits] <postler:master> Warn if Lynx is not installed and explain why
Christian Dywan
noreply at xfce.org
Thu Dec 16 02:46:01 CET 2010
Updating branch refs/heads/master
to 1633ac296ba11186081db8950065232fceebcc2f (commit)
from 28766dab4e62f6fadb95a9de22f8bd59cf0bb216 (commit)
commit 1633ac296ba11186081db8950065232fceebcc2f
Author: Christian Dywan <christian at twotoasts.de>
Date: Thu Dec 16 02:45:00 2010 +0100
Warn if Lynx is not installed and explain why
wscript | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/wscript b/wscript
index 0f8a599..6ea1af4 100644
--- a/wscript
+++ b/wscript
@@ -133,6 +133,9 @@ def configure (conf):
Utils.pprint ('YELLOW', 'Dexter is not installed. It is recommended ' \
'because it provides contact completion \n' \
'and allows adding of contacts from Postler.')
+ if not conf.find_program ('lynx'):
+ Utils.pprint ('YELLOW', 'Lynx is not installed. It is recommended ' \
+ 'because it enables HTML to text conversion.')
conf.define ('PACKAGE', APPNAME)
conf.define ('VERSION', VERSION)
More information about the Xfce4-commits
mailing list