diff options
author | Sergey Kartashoff <gluke@php.net> | 2001-01-30 12:53:51 +0000 |
---|---|---|
committer | Sergey Kartashoff <gluke@php.net> | 2001-01-30 12:53:51 +0000 |
commit | cdf6b7e2c370c1a529307850ca05d16667974752 (patch) | |
tree | 814aa53f29d8be4cec99b2dd6ee3016b668e4697 /ext/mnogosearch/setup.stub | |
parent | 86c5a77ed921a0f451916219a8919e2dd21d562e (diff) | |
download | php-git-cdf6b7e2c370c1a529307850ca05d16667974752.tar.gz |
mnoGoSearch extension module initial version has been added.
This module currently at the alpha state, but it can be used already.
@- mnoGoSearch extension module initial version has been added.
@ This module currently at the alpha state, but it can be used already.
# For details about mnoGoSearch please refer at http://search.mnogo.ru
PR:
Submitted by:
Reviewed by:
Obtained from:
Diffstat (limited to 'ext/mnogosearch/setup.stub')
-rw-r--r-- | ext/mnogosearch/setup.stub | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/mnogosearch/setup.stub b/ext/mnogosearch/setup.stub new file mode 100644 index 0000000000..e92ebc06f9 --- /dev/null +++ b/ext/mnogosearch/setup.stub @@ -0,0 +1,10 @@ +# $Source$ +# $Id$ + +define_option with-mnogosearch 'mnoGoSearch support?' yesnodir \ + 'no /usr/local/udmsearch mnoGoSearch install' \ +' Whether to build PHP with mnoGoSearch support. + More info about mnoGoSearch can be found at http://search.mnogo.ru/.' + + +
\ No newline at end of file |