summaryrefslogtreecommitdiff
path: root/ext/mysql/config.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-11-30 19:00:13 +0000
committerfoobar <sniper@php.net>2001-11-30 19:00:13 +0000
commitf1397d533969095577f9d11005015a1291b16568 (patch)
treeb2bf7c7cbd6bcda7d16530d137968f9e7c85f71d /ext/mysql/config.m4
parente858d27888471107a4816d62033db785fab5f2da (diff)
downloadphp-git-f1397d533969095577f9d11005015a1291b16568.tar.gz
Unified the configure messages.
Diffstat (limited to 'ext/mysql/config.m4')
-rw-r--r--ext/mysql/config.m47
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/mysql/config.m4 b/ext/mysql/config.m4
index 15ed5d5bc8..5f1e268c9e 100644
--- a/ext/mysql/config.m4
+++ b/ext/mysql/config.m4
@@ -1,4 +1,6 @@
+dnl
dnl $Id$
+dnl
sinclude(ext/mysql/libmysql/acinclude.m4)
sinclude(ext/mysql/libmysql/mysql.m4)
@@ -34,9 +36,8 @@ AC_DEFUN(PHP_MYSQL_SOCK,[
])
PHP_ARG_WITH(mysql, for MySQL support,
-[ --with-mysql[=DIR] Include MySQL support. DIR is the MySQL base
- directory. If unspecified, the bundled MySQL library
- will be used.], yes)
+[ --with-mysql[=DIR] Include MySQL support. DIR is the MySQL base directory.
+ If unspecified, the bundled MySQL library will be used.], yes)
if test "$PHP_MYSQL" != "no"; then
AC_DEFINE(HAVE_MYSQL, 1, [Whether you have MySQL])