]> git.lyx.org Git - lyx.git/blobdiff - lib/configure
Herbert's patch supporting more graphics formats.
[lyx.git] / lib / configure
index 8b1c146ed8377a061501cfa2b3ee8fb02f70038f..d8b9b99ce17f7d23d5bcb8775f37de48bb8cddd9 100755 (executable)
@@ -729,7 +729,7 @@ if test -n "$ac_word"; then
 
   if test -n "$prog"; then
     ac_result=yes
-    test $prog = "nroff" && prog='tbl $$FName | nroff'
+    test "$prog" = "nroff" && prog='tbl $$FName | nroff'
   else
     ac_result=no
   fi
@@ -1170,6 +1170,7 @@ if test "$TOXPM" = "convert"; then
        eps_to_xpm="convert EPS:\$\$i XPM:\$\$o" 
        jpg_to_xpm="convert JPG:\$\$i XPM:\$\$o"
        png_to_xpm="convert PNG:\$\$i XPM:\$\$o"
+       ps_to_xpm="convert PS:\$\$i XPM:\$\$o" 
 fi
 
 echo $ac_n "checking For an EPS -> PDF converter""... $ac_c"