]> granicus.if.org Git - php/commitdiff
fixed bug preventing pspell from building when pspell header files are
authorVlad Krupin <vlad@php.net>
Sat, 29 Dec 2001 01:50:10 +0000 (01:50 +0000)
committerVlad Krupin <vlad@php.net>
Sat, 29 Dec 2001 01:50:10 +0000 (01:50 +0000)
located in an unusual (e.g. /usr/local/include/pspell) location.
@fixed bug that made pspell include pspell.h from a wrong location. (Vlad)

ext/pspell/pspell.c

index cd90285bf6be286a2b1894c0ac33add535362480..52d2587422d95106de95ace9191e59f6542a5ae6 100644 (file)
@@ -36,7 +36,7 @@
 #define USE_ORIGINAL_MANAGER_FUNCS
 
 #include "php_pspell.h"
-#include <pspell/pspell.h>
+#include <pspell.h>
 #include "ext/standard/info.h"
 
 #define PSPELL_FAST 1L