1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

- Align help output for configure.

This commit is contained in:
Derick Rethans
2004-03-31 21:11:23 +00:00
parent dbc60edabf
commit 29273ca7a9
+2 -2
View File
@@ -3,8 +3,8 @@ dnl $Id$
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.])
[ --with-mysqli[=FILE] Include MySQLi support. FILE is the optional pathname
to mysql_config.])
PHP_ARG_ENABLE(embedded_mysqli, whether to enable embedded MySQLi support,
[ --enable-embedded-mysqli MYSQLi: Enable embedded support.], no, no)