diff options
Diffstat (limited to 'ext/mysql/setup.stub')
-rw-r--r-- | ext/mysql/setup.stub | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/mysql/setup.stub b/ext/mysql/setup.stub index 5297b00082..77b560c6cd 100644 --- a/ext/mysql/setup.stub +++ b/ext/mysql/setup.stub @@ -1,6 +1,7 @@ +# $Source$ # $Id$ -define_option with-mysql 'mysql support?' yesnodir \ - "defs" \ -' Whether to include mysql support.' - +define_option with-mysql 'MySQL support?' yesnodir \ + 'no /usr/local MySQL install' \ +' Whether to build PHP with MySQL support.\n + More info about MySQL can be found at http://www.mysql.com/.' |