From 629d1130c01681342204533f3e9e4cc86389beb8 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Sat, 11 Oct 2008 07:51:35 +0000 Subject: dropping kerberos support git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703636 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am index 28fd418f..bd13764a 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -25,7 +25,7 @@ couch_erl_driver_la_LIBADD = -licuuc -licudata -licui18n locallibbin_PROGRAMS = couchjs couchjs_SOURCES = couch_js.c curlhelper.c -couchjs_LDADD = -lcurl -lgssapi_krb5 +couchjs_LDADD = -lcurl couchinclude_DATA = couch_db.hrl -- cgit v1.2.3