Skip to content

Commit ea27b99

Browse files
committed
PHPC-1124: Fix SASL include path
1 parent dc2d0e3 commit ea27b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

Lines changed: 1 addition & 1 deletion
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)