mirror of
https://github.com/php/php-src.git
synced 2025-01-22 03:34:19 +08:00
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:
parent
7bdacc44a2
commit
2f307b2a53
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user