recognize aspell

svn: r1341
This commit is contained in:
Matthew Flatt 2005-11-17 21:58:44 +00:00
parent 630824bb58
commit 816a172e8d

View File

@ -107,7 +107,11 @@
'("/sw/bin/ispell"
"/usr/bin/ispell"
"/bin/ispell"
"/usr/local/bin/ispell")))])
"/usr/local/bin/ispell"))
(find-executable-path (if (eq? (system-type) 'windows)
"aspell.exe"
"aspell")
#f))])
(if (not existing)
(set! has-ispell? #f)
(begin