You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by jc...@apache.org on 2008/10/11 09:51:35 UTC

svn commit: r703636 - /incubator/couchdb/trunk/src/couchdb/Makefile.am

Author: jchris
Date: Sat Oct 11 00:51:35 2008
New Revision: 703636

URL: http://svn.apache.org/viewvc?rev=703636&view=rev
Log:
dropping kerberos support

Modified:
    incubator/couchdb/trunk/src/couchdb/Makefile.am

Modified: incubator/couchdb/trunk/src/couchdb/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/src/couchdb/Makefile.am?rev=703636&r1=703635&r2=703636&view=diff
==============================================================================
--- incubator/couchdb/trunk/src/couchdb/Makefile.am (original)
+++ incubator/couchdb/trunk/src/couchdb/Makefile.am Sat Oct 11 00:51:35 2008
@@ -25,7 +25,7 @@
 
 locallibbin_PROGRAMS = couchjs
 couchjs_SOURCES = couch_js.c curlhelper.c
-couchjs_LDADD = -lcurl -lgssapi_krb5
+couchjs_LDADD = -lcurl
 
 couchinclude_DATA = couch_db.hrl