Updated Branches:
  refs/heads/master 39d81d5a0 -> bf7c74edb

COUCHDB-1042 - restore libcurl as soft dependency


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

Branch: refs/heads/master
Commit: bf7c74edb0f645154412fa8df9f092e052ee6f61
Parents: 39d81d5
Author: Randall Leeds <rand...@apache.org>
Authored: Fri Jan 6 13:35:40 2012 -0800
Committer: Randall Leeds <rand...@apache.org>
Committed: Fri Jan 6 13:35:40 2012 -0800

----------------------------------------------------------------------
 Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/bf7c74ed/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index de9d4af..b03e580 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -83,7 +83,9 @@ THANKS.gz: $(top_srcdir)/THANKS
 
 check: dev
        $(top_builddir)/test/etap/run $(top_srcdir)/test/etap
+if USE_CURL
        $(top_builddir)/test/javascript/run
+endif
 
 cover: dev
        rm -f cover/*.coverdata

Reply via email to