From 4e12cfc1fe4906793c9d2aefa22660365e5c937c Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Tue, 12 Oct 2004 08:29:23 +0000 Subject: [PATCH] fix lyxpreview_to_png_command git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9084 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 4 ++++ lib/configure.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 421b33324d..2890f4a161 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2004-10-12 Georg Baum + + * configure.m4: fix lyxpreview_to_png_command + 2004-10-11 Bennett Helm * bind/mac.bind: fix the depth-increment/decrement bindings diff --git a/lib/configure.m4 b/lib/configure.m4 index b68cee868c..3676c5c6df 100644 --- a/lib/configure.m4 +++ b/lib/configure.m4 @@ -314,7 +314,7 @@ lyxpreview_to_bitmap_command='python $$s/lyxpreview2bitmap.py' SEARCH_PROG([for dvipng],DVIPNG,dvipng) test "$DVIPNG" = "dvipng" && \ - lyxpreview_to_png_command = $lyxpreview_to_bitmap_command + lyxpreview_to_png_command=$lyxpreview_to_bitmap_command # Search a *roff program (used to translate tables in ASCII export) LYXRC_PROG([for a *roff formatter], \ascii_roff_command, dnl