File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ with LiteSpeed web server.
25
25
26
26
## Building PHP with LiteSpeed SAPI
27
27
28
- You need to add ` --with -litespeed ` to the configure command to build PHP with
28
+ You need to add ` --enable -litespeed ` to the configure command to build PHP with
29
29
LiteSpeed SAPI, all other SAPI related configure options should be removed.
30
30
31
31
For example:
32
32
33
33
``` bash
34
- ./configure --with -litespeed
34
+ ./configure --enable -litespeed
35
35
make
36
36
```
37
37
Original file line number Diff line number Diff line change 1
1
AC_MSG_CHECKING ( for LiteSpeed support )
2
2
3
- PHP_ARG_WITH ([ litespeed] ,,
4
- [ AS_HELP_STRING ( [ --with -litespeed] ,
3
+ PHP_ARG_ENABLE ([ litespeed] ,,
4
+ [ AS_HELP_STRING ( [ --enable -litespeed] ,
5
5
[ Build PHP as litespeed module] ) ] ,
6
6
[ no] )
7
7
You can’t perform that action at this time.
0 commit comments