...and this fixes the typo I made long ago. It prevented people that have

certain weird installations of pspell from compiling properly (couldn't
find pspell header files). No-one noticed...
This commit is contained in:
Vlad Krupin 2001-05-17 00:32:45 +00:00
parent 3a56ec8ce2
commit 5cd87e870e

View File

@ -16,7 +16,7 @@ if test "$PHP_PSPELL" != "no"; then
PSPELL_INCDIR=$i/include/pspell
elif test -f $i/include/pspell.h; then
PSPELL_DIR=$i
PSPELL_INCDIR=$i
PSPELL_INCDIR=$i/include
fi
done