You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2011/08/22 16:52:54 UTC

git commit: CouchDB no longer requires cURL to build.

Updated Branches:
  refs/heads/trunk 3f1001e57 -> 18b296ebf


CouchDB no longer requires cURL to build.

commit df7ac1368da214ef114d7716421d6e03011af947
Author: Paul Joseph Davis <da...@apache.org>
Date:   Fri Jan 28 01:06:42 2011 +0000

cURL is only used by the command line JavaScript test suite
which is not run by a large number of users. This change
no longer requires cURL to be available for all CouchDB
installations.

Thanks to Randall Leeds for the patch.
Closes COUCHDB-1042


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

Branch: refs/heads/trunk
Commit: 18b296ebfc25a09fa7aab3023d5f192cc3558309
Parents: 3f1001e
Author: Bin Cui <bi...@gmail.com>
Authored: Tue Mar 8 18:15:40 2011 -0800
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Mon Aug 22 16:52:08 2011 +0200

----------------------------------------------------------------------
 src/couchdb/priv/couch_js/http.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/18b296eb/src/couchdb/priv/couch_js/http.c
----------------------------------------------------------------------
diff --git a/src/couchdb/priv/couch_js/http.c b/src/couchdb/priv/couch_js/http.c
index 18483a5..1887836 100644
--- a/src/couchdb/priv/couch_js/http.c
+++ b/src/couchdb/priv/couch_js/http.c
@@ -10,11 +10,12 @@
 // License for the specific language governing permissions and limitations under
 // the License.
 
+#include "config.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <jsapi.h>
-#include "config.h"
 
 #ifndef HAVE_CURL