Skip to content

Commit 9525eb6

Browse files
committed
- c/p typo
1 parent 1632a99 commit 9525eb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.w32

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
ARG_ENABLE("fastlz", "whether to enable fastlz support", "no");
55

6-
if (PHP_IGBINARY == "yes") {
7-
fastlz_sources="libfastlz/fastlz.c php_fastlz.c"
8-
EXTENSION("fastlz", fastlz_sources, true)
6+
if (PHP_FASTLZ == "yes") {
7+
EXTENSION("fastlz", "php_fastlz.c", true)
8+
ADD_SOURCES(configure_module_dirname + "/libfastlz", "fastlz.c ", "fastlz");
99
}

0 commit comments

Comments
 (0)