diff options
| author | Sam Varshavchik | 2022-03-23 21:31:42 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2022-03-23 21:31:42 -0400 | 
| commit | 9d0d19f77c6bfde4dc097fad981b1acff30068fe (patch) | |
| tree | 75b808b6b9549f857dfd64cefb7e2ae33dbcb2ba /sqwebmail/configure.ac | |
| parent | af1ba882028706941de5b9d791c74bb0f84027e5 (diff) | |
| download | courier-libs-9d0d19f77c6bfde4dc097fad981b1acff30068fe.tar.bz2 | |
Search for ispell or aspell.
Diffstat (limited to 'sqwebmail/configure.ac')
| -rw-r--r-- | sqwebmail/configure.ac | 2 | 
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  "/"*) | 
