diff --git a/ext/pspell/config.m4 b/ext/pspell/config.m4 index 6b4989c8f29..af3d2abe0b9 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