File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,6 @@ if test "$PHP_MONGODB" != "no"; then
235
235
PHP_EVAL_LIBLINE($PHP_MONGODB_BSON_LIBS, MONGODB_SHARED_LIBADD)
236
236
AC_DEFINE ( HAVE_SYSTEM_LIBBSON , 1 , [ Use system libbson] )
237
237
238
- AC_PATH_PROG ( PKG_CONFIG , pkg-config , no )
239
238
AC_MSG_CHECKING ( for libmongoc )
240
239
if test -x "$PKG_CONFIG" && $PKG_CONFIG --exists libmongoc-1.0; then
241
240
if $PKG_CONFIG libmongoc-1.0 --atleast-version 1.16.1; then
@@ -254,7 +253,6 @@ if test "$PHP_MONGODB" != "no"; then
254
253
AC_DEFINE ( HAVE_SYSTEM_LIBMONGOC , 1 , [ Use system libmongoc] )
255
254
256
255
if test "$PHP_MONGODB_CLIENT_SIDE_ENCRYPTION" != "no"; then
257
- AC_PATH_PROG ( PKG_CONFIG , pkg-config , no )
258
256
AC_MSG_CHECKING ( for libmongocrypt )
259
257
260
258
if test -x "$PKG_CONFIG" && $PKG_CONFIG --exists libmongocrypt; then
You can’t perform that action at this time.
0 commit comments