From f8354b5c5de05dc4bcbf15d24f1a0c93ed6d2ad3 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 19 May 2003 23:43:41 +0000 Subject: [PATCH] Align the configure --help texts --- ext/mysqli/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/mysqli/config.m4 b/ext/mysqli/config.m4 index 2c32818e50..141e058d6d 100644 --- a/ext/mysqli/config.m4 +++ b/ext/mysqli/config.m4 @@ -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.]) if test "$PHP_MYSQLI" != "no"; then -- 2.50.1