We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32d1fbc + 5d9ff9d commit 429b9cbCopy full SHA for 429b9cb
config.m4
@@ -436,7 +436,7 @@ if test "$PHP_MONGODB" != "no"; then
436
PHP_ADD_BUILD_DIR([$ext_builddir/src/libmongoc/src/mongoc/])
437
if test "x$with_zlib" = "xbundled"; then
438
PHP_ADD_INCLUDE([$ext_srcdir/src/libmongoc/src/zlib-1.2.11/])
439
- PHP_ADD_BUILD_DIR([$ext_srcdir/src/libmongoc/src/zlib-1.2.11/])
+ PHP_ADD_BUILD_DIR([$ext_builddir/src/libmongoc/src/zlib-1.2.11/])
440
fi
441
442
if test "$PHP_LIBBSON" = "no"; then
0 commit comments