]> git.lyx.org Git - features.git/blobdiff - lib/configure.m4
Menu structure cleanup, configure tweaks
[features.git] / lib / configure.m4
index d6b3b884005fc154d37a21ab57c61bb28ab23399..22b2ba5cf72f4d54161671872591826b40fc3f11 100644 (file)
@@ -308,7 +308,7 @@ case $LPR in
 esac
 
 SEARCH_PROG([for a LaTeX -> HTML converter], TOHTML, tth latex2html hevea)
-latex_to_html_command = $TOHTML
+latex_to_html_command=$TOHTML
 case $TOHTML in
        tth) latex_to_html_command="tth -t -e2 -L\$\$BaseName < \$\$FName > \$\$OutName";;
  latex2html) latex_to_html_command="latex2html -no_subdir -split 0 -show_section_numbers \$\$FName";;