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
This commit is contained in:
Uwe Stöhr 2009-08-07 01:31:22 +00:00
parent 31afc053ea
commit 9457f62107

View File

@ -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'],