You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/09/28 16:49:59 UTC

[30/39] couchdb commit: updated refs/heads/developer-preview-2.0 to 3ac3db6

Make rebar recognize list in configure


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c43229b3
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/c43229b3
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/c43229b3

Branch: refs/heads/developer-preview-2.0
Commit: c43229b3c11ba23a040d2967f8c6ad0ea641664a
Parents: 23b5d2f
Author: Robert Newson <rn...@apache.org>
Authored: Mon Sep 21 11:04:28 2015 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Mon Sep 21 11:04:28 2015 +0100

----------------------------------------------------------------------
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/c43229b3/configure
----------------------------------------------------------------------
diff --git a/configure b/configure
index 04ba2cb..5256a41 100755
--- a/configure
+++ b/configure
@@ -628,7 +628,7 @@ EOF
 cat > $rootdir/config.erl << EOF
 {with_curl, $WITH_CURL}.
 {couch_log_backend, couch_log_lager}.
-{couch_log_backend_apps, [couch_log_lager]}.
+{couch_log_backend_apps, {list, [couch_log_lager]}}.
 EOF