Skip to content

Commit d771285

Browse files
committed
Merge pull request #163
2 parents 7dad72f + 209ab06 commit d771285

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
@@ -391,7 +391,7 @@ PHP_ARG_WITH(mongodb-sasl, Build with Cyrus SASL support,
391391

392392
if test "$PHP_MONGODB_SASL" != "no"; then
393393
AC_MSG_CHECKING(for SASL)
394-
for i in $MONGODB_SASL /usr /usr/local; do
394+
for i in $PHP_MONGODB_SASL /usr /usr/local; do
395395
if test -f $i/include/sasl/sasl.h; then
396396
MONGODB_SASL_DIR=$i
397397
AC_MSG_RESULT(found in $i)

0 commit comments

Comments
 (0)