fixed bug preventing pspell from building when pspell header files are

located in an unusual (e.g. /usr/local/include/pspell) location.
@fixed bug that made pspell include pspell.h from a wrong location. (Vlad)
This commit is contained in:
Vlad Krupin 2001-12-29 01:50:10 +00:00
parent 7bdacc44a2
commit 2f307b2a53

View 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