Skip to content
This repository was archived by the owner on Nov 11, 2021. It is now read-only.

Commit f4ef030

Browse files
committed
fixed config.w32
1 parent 0608a35 commit f4ef030

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

config.w32

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
// $Id$
22
// vim:ft=javascript
33

4-
// If your extension references something external, use ARG_WITH
5-
// ARG_WITH("blenc", "for blenc support", "no");
6-
7-
// Otherwise, use ARG_ENABLE
8-
// ARG_ENABLE("blenc", "enable blenc support", "no");
4+
ARG_ENABLE("blenc", "enable blenc support", "no");
95

106
if (PHP_BLENC != "no") {
117
EXTENSION("blenc", "blenc.c bf_algo.c");

0 commit comments

Comments
 (0)