mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +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
|
PSPELL_INCDIR=$i/include/pspell
|
||||||
elif test -f $i/include/pspell.h; then
|
elif test -f $i/include/pspell.h; then
|
||||||
PSPELL_DIR=$i
|
PSPELL_DIR=$i
|
||||||
PSPELL_INCDIR=$i
|
PSPELL_INCDIR=$i/include
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue