File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ if (PHP_MEMCACHED == "yes") {
3232 if ( PHP_MEMCACHED_IGBINARY != "no" ) {
3333 AC_DEFINE ( "HAVE_MEMCACHED_IGBINARY" , 1 ) ;
3434 ADD_EXTENSION_DEP ( "memcached" , "igbinary" , true ) ;
35- if ( ! CHECK_HEADER_ADD_INCLUDE ( "igbinary.h" , "CFLAGS_MEMCACHED" ) ) {
35+ if ( ! CHECK_HEADER_ADD_INCLUDE ( "igbinary.h" , "CFLAGS_MEMCACHED" , configure_module_dirname + "\\..\\igbinary" ) ) {
3636 ERROR ( "memcached: header 'igbinary.h' not found" ) ;
3737 }
3838 }
3939 if ( PHP_MEMCACHED_MSGPACK != "no" ) {
4040 AC_DEFINE ( "HAVE_MEMCACHED_MSGPACK" , 1 ) ;
4141 ADD_EXTENSION_DEP ( "memcached" , "msgpack" , true ) ;
42- if ( ! CHECK_HEADER_ADD_INCLUDE ( "php_msgpack.h" , "CFLAGS_MEMCACHED" ) ) {
42+ if ( ! CHECK_HEADER_ADD_INCLUDE ( "php_msgpack.h" , "CFLAGS_MEMCACHED" , configure_module_dirname + "\\..\\msgpack" ) ) {
4343 ERROR ( "memcached: header 'php_msgpack.h' not found" ) ;
4444 }
4545 }
You can’t perform that action at this time.
0 commit comments