diff options
author | Stig Bakken <ssb@php.net> | 1999-04-21 22:49:16 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-04-21 22:49:16 +0000 |
commit | f67a9bdc52c39eed6837aef8a1eca195549b1469 (patch) | |
tree | 0a7be5c5b405910f4d616df0d9bed82196d3c966 /ext/mysql/setup.stub | |
parent | 96660d9a8ce06f12f186d0e3bb5697ce747182a5 (diff) | |
download | php-git-f67a9bdc52c39eed6837aef8a1eca195549b1469.tar.gz |
moved dav, msql and oracle to ext/
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/.' |