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

Commit

Permalink
Make this work.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 3, 2004
1 parent eff8a1d commit 4569b77
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions config.w32
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// $Id$
// vim:ft=javascript

// If your extension references something external, use ARG_WITH
// ARG_WITH("blenc", "for blenc support", "no");

// Otherwise, use ARG_ENABLE
// ARG_ENABLE("blenc", "enable blenc support", "no");
ARG_ENABLE("blenc", "enable blenc support", "no");

if (PHP_BLENC != "no") {
if (!PHP_BLENC_SHARED) {
ERROR("blenc can only be built as a shared extension");
}

EXTENSION("blenc", "blenc.c bf_algo.c");
}

0 comments on commit 4569b77

Please sign in to comment.