]> git.lyx.org Git - lyx.git/commitdiff
fix lyxpreview_to_png_command
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 12 Oct 2004 08:29:23 +0000 (08:29 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 12 Oct 2004 08:29:23 +0000 (08:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9084 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/configure.m4

index 421b33324daad37a1de88430d0e504bfe146209d..2890f4a161914640b92c95487652af67f35b9cf0 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * configure.m4: fix lyxpreview_to_png_command
+
 2004-10-11  Bennett Helm  <bennett.helm@fandm.edu>
 
        * bind/mac.bind: fix the depth-increment/decrement bindings
index b68cee868ca844f7dc6c86993f11c29696eb4abf..3676c5c6df79a225b5ca5e431b2a2790284a0da5 100644 (file)
@@ -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