From 5f78dfe9568cf39f6018c1b09c98f2fd9a729007 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 22 Nov 2009 12:17:18 -0800 Subject: [PATCH] --disable-sqlite-cache --- lib/krb5/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/krb5/Makefile.am b/lib/krb5/Makefile.am index f1f01ab71..30d1c3779 100644 --- a/lib/krb5/Makefile.am +++ b/lib/krb5/Makefile.am @@ -53,9 +53,13 @@ if PKINIT LIB_pkinit = ../hx509/libhx509.la endif +if have_scc +use_sqlite = $(LIB_sqlite3) +endif + libkrb5_la_LIBADD = \ $(LIB_pkinit) \ - $(LIB_sqlite3) \ + $(use_sqlite) \ $(LIB_com_err) \ $(LIB_hcrypto) \ $(top_builddir)/lib/asn1/libasn1.la \