Skip to content

Commit 6ca8e06

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Update UPGRADING about LiteSpeed Rename configure --with-litespeed to --enable-litespeed
2 parents af12aa8 + 16e910c commit 6ca8e06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sapi/litespeed/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ with LiteSpeed web server.
2525

2626
## Building PHP with LiteSpeed SAPI
2727

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
2929
LiteSpeed SAPI, all other SAPI related configure options should be removed.
3030

3131
For example:
3232

3333
```bash
34-
./configure --with-litespeed
34+
./configure --enable-litespeed
3535
make
3636
```
3737

sapi/litespeed/config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_MSG_CHECKING(for LiteSpeed support)
22

3-
PHP_ARG_WITH([litespeed],,
4-
[AS_HELP_STRING([--with-litespeed],
3+
PHP_ARG_ENABLE([litespeed],,
4+
[AS_HELP_STRING([--enable-litespeed],
55
[Build PHP as litespeed module])],
66
[no])
77

0 commit comments

Comments
 (0)