Skip to content

Commit bd96692

Browse files
committed
Improve other config.m4 check messages
1 parent fde0620 commit bd96692

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ MONGOC_SOURCES_SASL=mongoc-sasl.c
301301
PHP_ADD_SOURCES_X(PHP_EXT_DIR(mongodb), $MONGODB_CONTRIB, [$STD_CFLAGS $MAINTAINER_CFLAGS $COVERAGE_CFLAGS], shared_objects_mongodb, yes)
302302
fi
303303

304-
PHP_ARG_WITH(libbson, Use system libbson,
304+
PHP_ARG_WITH(libbson, whether to use system libbson,
305305
[ --with-libbson Use system libbson], no, no)
306306

307307
if test "$PHP_LIBBSON" != "no"; then
@@ -331,7 +331,7 @@ dnl libmongoc stuff {{{
331331
AC_MSG_CHECKING(configuring libmongoc)
332332
AC_MSG_RESULT(...)
333333

334-
PHP_ARG_WITH(libmongoc, Use system libmongoc,
334+
PHP_ARG_WITH(libmongoc, whether to use system libmongoc,
335335
[ --with-libmongoc Use system libmongoc], no, no)
336336

337337
AC_DEFINE(HAVE_MONGOC, 1, [Kinda useless extension without it..])
@@ -370,7 +370,7 @@ PHP_ARG_WITH(libmongoc, Use system libmongoc,
370370
fi
371371

372372

373-
PHP_ARG_WITH(pcre-dir, pcre-dir install prefix,
373+
PHP_ARG_WITH(pcre-dir, for pcre-dir install prefix,
374374
[ --with-pcre-dir[=DIR] mongodb: pcre install prefix], auto, yes)
375375

376376
if test "$PHP_PCRE_DIR" != "no"; then

0 commit comments

Comments
 (0)