summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-09-02 11:31:57 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-09-02 11:32:20 -0400
commit66c8ef73f14e61332a2294cbd0abcd245c4741a9 (patch)
tree7a4b0e66426192c0a90877014db87665ab5872af
parentd5bf68ce59aa18e74f2eaa62e25c17a5a2692092 (diff)
downloadsssd-66c8ef73f14e61332a2294cbd0abcd245c4741a9.tar.gz
sssd-66c8ef73f14e61332a2294cbd0abcd245c4741a9.tar.xz
sssd-66c8ef73f14e61332a2294cbd0abcd245c4741a9.zip
Fix typo in %configure
-rw-r--r--contrib/sssd.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index cd5f7615c..9891429b0 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -165,7 +165,7 @@ autoreconf -ivf
--with-pipe-path=%{pipepath} \
--with-pubconf-path=%{pubconfpath} \
--with-init-dir=%{_initrddir} \
- --with-krb5rcache-dir=%{_localstatedir}/cache/krb5rcache \
+ --with-krb5-rcache-dir=%{_localstatedir}/cache/krb5rcache \
--enable-nsslibdir=/%{_lib} \
--enable-pammoddir=/%{_lib}/security \
--disable-static \