diff options
author | Ben Mansell <joosters@php.net> | 2001-03-19 11:23:57 +0000 |
---|---|---|
committer | Ben Mansell <joosters@php.net> | 2001-03-19 11:23:57 +0000 |
commit | 2c8c9d68d7df7452224e61465a6906ec03875932 (patch) | |
tree | e04bb303ffb6eda7659b75c881a834ad91951737 /sapi/isapi | |
parent | 08df6f9b675041fca86f6854a567a9a09ffcbdad (diff) | |
download | php-git-2c8c9d68d7df7452224e61465a6906ec03875932.tar.gz |
Altered README.Zeus to give instructions on building FastCGI.
Changed --with-zeus configure option into --with-isapi, since its more
descriptive (and since there are now different ways to configure PHP+Zeus)
Diffstat (limited to 'sapi/isapi')
-rw-r--r-- | sapi/isapi/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/isapi/config.m4 b/sapi/isapi/config.m4 index 116881d003..343a7ac7f7 100644 --- a/sapi/isapi/config.m4 +++ b/sapi/isapi/config.m4 @@ -2,8 +2,8 @@ dnl ## $Id$ -*- sh -*- RESULT=no AC_MSG_CHECKING(for Zeus ISAPI support) -AC_ARG_WITH(zeus, -[ --with-zeus=DIR Build PHP as an ISAPI module for use with Zeus.], +AC_ARG_WITH(isapi, +[ --with-isapi=DIR Build PHP as an ISAPI module for use with Zeus.], [ if test "$withval" = "yes"; then ZEUSPATH=/usr/local/zeus # the default |