Skip to content

Commit 32d1fbc

Browse files
committed
Merge pull request #759
2 parents dc2d0e3 + ea27b99 commit 32d1fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ if test "$PHP_MONGODB" != "no"; then
375375

376376
PHP_CHECK_LIBRARY(sasl2, sasl_version,
377377
[
378-
PHP_ADD_INCLUDE($MONGODB_SASL_DIR)
378+
PHP_ADD_INCLUDE($MONGODB_SASL_DIR/include)
379379
PHP_ADD_LIBRARY_WITH_PATH(sasl2, $MONGODB_SASL_DIR/$PHP_LIBDIR, MONGODB_SHARED_LIBADD)
380380
AC_SUBST(MONGOC_ENABLE_SASL, 1)
381381
AC_SUBST(MONGOC_ENABLE_SASL_CYRUS, 1)

0 commit comments

Comments
 (0)