Skip to content

Commit

Permalink
Merge pull request #8 from andykimpe/master
Browse files Browse the repository at this point in the history
Create config.w32
  • Loading branch information
akissa committed Jul 1, 2015
2 parents a771feb + 6c8bab1 commit 1dee181
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config.w32
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// $Id$
// vim:ft=javascript

ARG_ENABLE("couchdb", "enable couchdb support", "no");

if (PHP_COUCHDB != "no") {
EXTENSION("couchdb", "couchdb.c");
}

0 comments on commit 1dee181

Please sign in to comment.