diff options
author | foobar <sniper@php.net> | 2003-08-30 11:01:25 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-08-30 11:01:25 +0000 |
commit | 49ff8e78662f7616a3e881e9cd25d53357196642 (patch) | |
tree | f17a8561f1c3e7a8f63b248d2754640f1222a5d2 /ext/mcve | |
parent | 97b151ee3e02f634339ac7226b5a78d3ad9d36b1 (diff) | |
download | php-git-49ff8e78662f7616a3e881e9cd25d53357196642.tar.gz |
Add note about version requirement
Diffstat (limited to 'ext/mcve')
-rw-r--r-- | ext/mcve/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mcve/config.m4 b/ext/mcve/config.m4 index 4ac1504bf5..8f9a9e313e 100644 --- a/ext/mcve/config.m4 +++ b/ext/mcve/config.m4 @@ -1,7 +1,7 @@ dnl config.m4 for PHP4 MCVE Extension PHP_ARG_WITH(mcve, for MCVE support, -[ --with-mcve[=DIR] Include MCVE support]) +[ --with-mcve[=DIR] Include MCVE support. libmcve >= 3.2.2 required]) PHP_ARG_WITH(openssl-dir,OpenSSL dir for MCVE, [ --with-openssl-dir[=DIR] MCVE: openssl install prefix.], no, no) |