summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xext/pdo_odbc/config.m42
-rw-r--r--ext/standard/config.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_odbc/config.m4 b/ext/pdo_odbc/config.m4
index 785e302da9..73b7e1cf93 100755
--- a/ext/pdo_odbc/config.m4
+++ b/ext/pdo_odbc/config.m4
@@ -11,7 +11,7 @@ define([PDO_ODBC_HELP_TEXT],[[
--with-pdo-odbc=unixODBC
will check for unixODBC under /usr/local. You may attempt
- to use an otherwise unsupported driver using the \"generic\"
+ to use an otherwise unsupported driver using the 'generic'
flavour. The syntax for generic ODBC support is:
--with-pdo-odbc=generic,dir,libname,ldflags,cflags
diff --git a/ext/standard/config.m4 b/ext/standard/config.m4
index 8e8923f237..6c508e30df 100644
--- a/ext/standard/config.m4
+++ b/ext/standard/config.m4
@@ -409,7 +409,7 @@ dnl Check for argon2
dnl
PHP_ARG_WITH(password-argon2, for Argon2 support,
[ --with-password-argon2[=DIR]
- Include Argon2 support in password_*. DIR is the Argon2 shared library path]])
+ Include Argon2 support in password_*. DIR is the Argon2 shared library path])
if test "$PHP_PASSWORD_ARGON2" != "no"; then
AC_MSG_CHECKING([for Argon2 library])