From a20383ba06c911615b8e95387fd3b016670f4ae8 Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 29 May 2005 23:17:16 +0000 Subject: - Unify the "configure --help" texts --- ext/mcrypt/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mcrypt') diff --git a/ext/mcrypt/config.m4 b/ext/mcrypt/config.m4 index c93e040bca..5dc218ed08 100644 --- a/ext/mcrypt/config.m4 +++ b/ext/mcrypt/config.m4 @@ -21,7 +21,7 @@ AC_DEFUN([PHP_MCRYPT_CHECK_VERSION],[ PHP_ARG_WITH(mcrypt, for mcrypt support, -[ --with-mcrypt[=DIR] Include mcrypt support.]) +[ --with-mcrypt[=DIR] Include mcrypt support]) if test "$PHP_MCRYPT" != "no"; then for i in $PHP_MCRYPT /usr/local /usr; do -- cgit v1.2.1