summaryrefslogtreecommitdiffstats
path: root/sqwebmail/configure.ac
diff options
context:
space:
mode:
authorSam Varshavchik2022-03-23 21:31:42 -0400
committerSam Varshavchik2022-03-23 21:31:42 -0400
commit9d0d19f77c6bfde4dc097fad981b1acff30068fe (patch)
tree75b808b6b9549f857dfd64cefb7e2ae33dbcb2ba /sqwebmail/configure.ac
parentaf1ba882028706941de5b9d791c74bb0f84027e5 (diff)
downloadcourier-libs-9d0d19f77c6bfde4dc097fad981b1acff30068fe.tar.bz2
Search for ispell or aspell.
Diffstat (limited to 'sqwebmail/configure.ac')
-rw-r--r--sqwebmail/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqwebmail/configure.ac b/sqwebmail/configure.ac
index b96d606..1f5e2dc 100644
--- a/sqwebmail/configure.ac
+++ b/sqwebmail/configure.ac
@@ -98,7 +98,7 @@ fi
AC_ARG_WITH(ispell,
[ --without-ispell Do not compile ispell support
--with-ispell=prog Pathname to ispell (if not in default path)],
- ispell="$withval", [ AC_PATH_PROG(ispell, ispell, N, $LPATH) ] )
+ ispell="$withval", [ AC_PATH_PROGS(ispell, ispell aspell, N, $LPATH) ] )
case $ispell in
"/"*)