]> granicus.if.org Git - php/commitdiff
...and this fixes the typo I made long ago. It prevented people that have
authorVlad Krupin <vlad@php.net>
Thu, 17 May 2001 00:32:45 +0000 (00:32 +0000)
committerVlad Krupin <vlad@php.net>
Thu, 17 May 2001 00:32:45 +0000 (00:32 +0000)
certain weird installations of pspell from compiling properly (couldn't
find pspell header files). No-one noticed...

ext/pspell/config.m4

index 6b4989c8f2980d5b68dd86444780032d41a715f3..af3d2abe0b9085230a0cbdb774b055727c3dd726 100644 (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