summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/config.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-05-29 23:17:16 +0000
committerfoobar <sniper@php.net>2005-05-29 23:17:16 +0000
commita20383ba06c911615b8e95387fd3b016670f4ae8 (patch)
tree4b378fb473588105450c75e73574b62f62fcffba /ext/pdo_mysql/config.m4
parentd12196e57555ade57bd1ba90d00c6508a95fa2f7 (diff)
downloadphp-git-a20383ba06c911615b8e95387fd3b016670f4ae8.tar.gz
- Unify the "configure --help" texts
Diffstat (limited to 'ext/pdo_mysql/config.m4')
-rwxr-xr-xext/pdo_mysql/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_mysql/config.m4 b/ext/pdo_mysql/config.m4
index 7f12588c07..4462233b2b 100755
--- a/ext/pdo_mysql/config.m4
+++ b/ext/pdo_mysql/config.m4
@@ -15,7 +15,7 @@ AC_DEFUN([PDO_MYSQL_LIB_CHK], [
])
PHP_ARG_WITH(pdo-mysql, for MySQL support for PDO,
-[ --with-pdo-mysql[=DIR] Include MySQL support. DIR is the MySQL base directory.])
+[ --with-pdo-mysql[=DIR] PDO: MySQL support. DIR is the MySQL base directory])
if test "$PHP_PDO_MYSQL" != "no"; then
AC_DEFINE(HAVE_MYSQL, 1, [Whether you have MySQL])
@@ -40,7 +40,7 @@ if test "$PHP_PDO_MYSQL" != "no"; then
if test -z "$PDO_MYSQL_DIR"; then
AC_MSG_ERROR([Cannot find MySQL header files under $PHP_MYSQL.
-Note that the MySQL client library is not bundled anymore.])
+Note that the MySQL client library is not bundled anymore!])
fi
if test -x $PDO_MYSQL_CONFIG; then