diff options
author | Robert Newson <rnewson@apache.org> | 2015-09-21 11:04:28 +0100 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2015-09-21 11:04:28 +0100 |
commit | c43229b3c11ba23a040d2967f8c6ad0ea641664a (patch) | |
tree | 9d224cd1215e09977cc3fc84fa3fc7f389887a7e /configure | |
parent | 23b5d2f5cdc344d7139453363579956e91f250e8 (diff) | |
download | couchdb-c43229b3c11ba23a040d2967f8c6ad0ea641664a.tar.gz |
Make rebar recognize list in configure
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |