diff options
| author | Vlad Krupin <vlad@php.net> | 2001-05-17 00:32:45 +0000 |
|---|---|---|
| committer | Vlad Krupin <vlad@php.net> | 2001-05-17 00:32:45 +0000 |
| commit | 5cd87e870ed7fc817080f497ae499dfe84be0fdc (patch) | |
| tree | 29d5f5fbd2d308b7413b1e9fd13bda5cafd11336 | |
| parent | 3a56ec8ce25a4edc0fa04d02bb76f512e4eed285 (diff) | |
| download | php-git-5cd87e870ed7fc817080f497ae499dfe84be0fdc.tar.gz | |
...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...
| -rw-r--r-- | ext/pspell/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pspell/config.m4 b/ext/pspell/config.m4 index 6b4989c8f2..af3d2abe0b 100644 --- a/ext/pspell/config.m4 +++ b/ext/pspell/config.m4 @@ -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 |
