We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790219a commit 49a6e07Copy full SHA for 49a6e07
config.m4
@@ -370,7 +370,8 @@ if test "$PHP_MONGODB" != "no"; then
370
PHP_MONGODB_ADD_SOURCES([src/libmongoc/src/libbson/src/jsonsl/], $PHP_MONGODB_JSONSL_SOURCES, $PHP_MONGODB_BUNDLED_CFLAGS)
371
PHP_MONGODB_ADD_SOURCES([src/libmongoc/src/libmongoc/src/mongoc/], $PHP_MONGODB_MONGOC_SOURCES, $PHP_MONGODB_BUNDLED_CFLAGS)
372
373
- # Add the build directories as include paths to some generated files
+ dnl Add the build directories as include paths to some generated files
374
+ PHP_ADD_INCLUDE([$PWD/src/libmongoc/src/common/src])
375
PHP_ADD_INCLUDE([$PWD/src/libmongoc/src/libbson/src])
376
PHP_ADD_INCLUDE([$PWD/src/libmongoc/src/libmongoc/src])
377
0 commit comments