diff options
Diffstat (limited to 'ext/mysqli/config.m4')
| -rw-r--r-- | ext/mysqli/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/config.m4 b/ext/mysqli/config.m4 index 545f610007..f22d198d3a 100644 --- a/ext/mysqli/config.m4 +++ b/ext/mysqli/config.m4 @@ -4,10 +4,10 @@ dnl config.m4 for extension mysqli PHP_ARG_WITH(mysqli, for MySQLi support, [ --with-mysqli[=FILE] Include MySQLi support. FILE is the optional pathname - to mysql_config.]) + to mysql_config]) PHP_ARG_ENABLE(embedded_mysqli, whether to enable embedded MySQLi support, -[ --enable-embedded-mysqli MYSQLi: Enable embedded support.], no, no) +[ --enable-embedded-mysqli MYSQLi: Enable embedded support], no, no) if test "$PHP_MYSQLI" != "no"; then |
