From: Uwe Stöhr Date: Fri, 7 Aug 2009 01:31:22 +0000 (+0000) Subject: configure.py: check for hylapex, a fax program that runs on all platforms X-Git-Tag: 2.0.0~5826 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9457f62107a23a721aeb661312582f30bec66bea;p=features.git configure.py: check for hylapex, a fax program that runs on all platforms git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30891 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/configure.py b/lib/configure.py index 395e29a12b..aa9379c300 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -543,7 +543,7 @@ def checkConverterEntries(): else: addToRC(r'\converter lyxpreview png "" ""') # - checkProg('a fax program', ['kdeprintfax $$i', 'ksendfax $$i'], + checkProg('a fax program', ['kdeprintfax $$i', 'ksendfax $$i', 'hylapex $$i'], rc_entry = [ r'\converter ps fax "%%" ""']) # checkProg('a FIG -> EPS/PPM converter', ['fig2dev'],