mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
...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:
parent
3a56ec8ce2
commit
5cd87e870e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue