@@ -301,7 +301,7 @@ MONGOC_SOURCES_SASL=mongoc-sasl.c
301
301
PHP_ADD_SOURCES_X(PHP_EXT_DIR(mongodb), $MONGODB_CONTRIB, [ $STD_CFLAGS $MAINTAINER_CFLAGS $COVERAGE_CFLAGS] , shared_objects_mongodb, yes)
302
302
fi
303
303
304
- PHP_ARG_WITH(libbson, Use system libbson,
304
+ PHP_ARG_WITH(libbson, whether to use system libbson,
305
305
[ --with-libbson Use system libbson] , no, no)
306
306
307
307
if test "$PHP_LIBBSON" != "no"; then
@@ -331,7 +331,7 @@ dnl libmongoc stuff {{{
331
331
AC_MSG_CHECKING ( configuring libmongoc )
332
332
AC_MSG_RESULT ( ... )
333
333
334
- PHP_ARG_WITH(libmongoc, Use system libmongoc,
334
+ PHP_ARG_WITH(libmongoc, whether to use system libmongoc,
335
335
[ --with-libmongoc Use system libmongoc] , no, no)
336
336
337
337
AC_DEFINE ( HAVE_MONGOC , 1 , [ Kinda useless extension without it..] )
@@ -370,7 +370,7 @@ PHP_ARG_WITH(libmongoc, Use system libmongoc,
370
370
fi
371
371
372
372
373
- PHP_ARG_WITH(pcre-dir, pcre-dir install prefix,
373
+ PHP_ARG_WITH(pcre-dir, for pcre-dir install prefix,
374
374
[ --with-pcre-dir[ =DIR] mongodb: pcre install prefix] , auto, yes)
375
375
376
376
if test "$PHP_PCRE_DIR" != "no"; then
0 commit comments