]> git.lyx.org Git - lyx.git/blobdiff - lib/configure.m4
Add hspell option to spell-checkers list
[lyx.git] / lib / configure.m4
index c4a27b7901e3e60ee62781c5772f620022f9a0fb..a2cc687dd052be786c5a31a4c8f42955cfeed735 100644 (file)
@@ -300,8 +300,7 @@ dnl fi
 
 # Search a GUI Fax program
 SEARCH_PROG([for a fax program], fax_command, kdeprintfax ksendfax)
-test $fax_command = "kdeprintfax" && fax_command="kdeprintfax \$\$i"
-test $fax_command = "ksendfax" && fax_command="ksendfax \$\$i"
+test $fax_command != "none" && fax_command="$fax_command \$\$i"
 
 # Search for LinuxDoc support
 SEARCH_PROG([for SGML-tools 1.x (LinuxDoc)], LINUXDOC, sgml2lyx)