From fed67a2d504fcc9885e2753971ce0ef56e6606c2 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Wed, 21 Feb 2007 13:01:34 +0000 Subject: [PATCH] fix the fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17291 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configure.py b/lib/configure.py index 242b61f65f..1a0afffb9a 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -417,7 +417,7 @@ def checkConverterEntries(): addToRC(r'\converter pdf png "convert %s pdf:$$i png:$$o" ""' % conv_opts) # # no agr -> pdf converter, since the pdf library used by gracebat is not - # free software and therefore not compiled in many installations. + # free software and therefore not compiled in in many installations. # Fortunately, this is not a big problem, because we will use epstopdf to # convert from agr to pdf via eps without loss of quality. checkProg('a Grace -> Image converter', ['gracebat'], -- 2.39.2