Skip to content

Commit b0d9f30

Browse files
committed
Merged pull request #888
2 parents 9fd1dc8 + 0d8d7be commit b0d9f30

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

config.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl config.m4 for extension mongodb
22
PHP_ARG_ENABLE([mongodb],
33
[whether to enable MongoDB support],
4-
[AC_HELP_STRING([--enable-mongodb],
4+
[AS_HELP_STRING([--enable-mongodb],
55
[Enable MongoDB support])])
66

77
if test "$PHP_MONGODB" != "no"; then
@@ -26,7 +26,7 @@ if test "$PHP_MONGODB" != "no"; then
2626

2727
PHP_ARG_ENABLE([mongodb-developer-flags],
2828
[whether to enable developer build flags],
29-
[AC_HELP_STRING([--enable-mongodb-developer-flags],
29+
[AS_HELP_STRING([--enable-mongodb-developer-flags],
3030
[MongoDB: Enable developer flags [default=no]])],
3131
[no],
3232
[no])
@@ -82,7 +82,7 @@ if test "$PHP_MONGODB" != "no"; then
8282

8383
PHP_ARG_ENABLE([mongodb-coverage],
8484
[whether to enable code coverage],
85-
[AC_HELP_STRING([--enable-mongodb-coverage],
85+
[AS_HELP_STRING([--enable-mongodb-coverage],
8686
[MongoDB: Enable developer code coverage information [default=no]])],
8787
[no],
8888
[no])

scripts/autotools/libmongoc/CheckSSL.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PHP_ARG_WITH([mongodb-ssl],
77

88
PHP_ARG_WITH([openssl-dir],
99
[deprecated option for OpenSSL library path],
10-
[AC_HELP_STRING([--with-openssl-dir=@<:@auto/DIR@:>@],
10+
[AS_HELP_STRING([--with-openssl-dir=@<:@auto/DIR@:>@],
1111
[MongoDB: OpenSSL library path (deprecated for pkg-config) [default=auto]])],
1212
[auto],
1313
[no])
@@ -219,14 +219,14 @@ fi
219219

220220
PHP_ARG_ENABLE([mongodb-crypto-system-profile],
221221
[whether to use system crypto profile],
222-
[AC_HELP_STRING([--enable-mongodb-crypto-system-profile],
222+
[AS_HELP_STRING([--enable-mongodb-crypto-system-profile],
223223
[MongoDB: Use system crypto profile (OpenSSL only) [default=no]])],
224224
[no],
225225
[no])
226226

227227
PHP_ARG_WITH([system-ciphers],
228228
[deprecated option for whether to use system crypto profile],
229-
AC_HELP_STRING([--enable-system-ciphers],
229+
AS_HELP_STRING([--enable-system-ciphers],
230230
[MongoDB: whether to use system crypto profile (deprecated for --enable-mongodb-crypto-system-profile) [default=no]]),
231231
[no],
232232
[no])

0 commit comments

Comments
 (0)