Skip to content

Commit d70809e

Browse files
authored
Update reference to libmongoc in error message
1 parent 6b3c580 commit d70809e

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
@@ -276,7 +276,7 @@ if test "$MONGODB" != "no"; then
276276
AC_MSG_ERROR(system libmongoc must be upgraded to version >= 1.9.0)
277277
fi
278278
else
279-
AC_MSG_ERROR(pkgconfig and mongoc must be installed)
279+
AC_MSG_ERROR(pkgconfig and libmongoc must be installed)
280280
fi
281281
PHP_EVAL_INCLINE($LIBMONGOC_INC)
282282
PHP_EVAL_LIBLINE($LIBMONGOC_LIB, MONGODB_SHARED_LIBADD)

0 commit comments

Comments
 (0)