diff options
author | Niki Guldbrand <niki.guldbrand@gmail.com> | 2011-04-19 17:23:08 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-04-19 17:23:08 +0800 |
commit | 5437ef08afdf985caad63d3d15bec5438b30ac11 (patch) | |
tree | d4689d2def146ed1278f0cfb810564745acf8438 /configure.ac | |
parent | cfe983a286308665243727b960ccd6f19deee6f2 (diff) | |
download | gsoc2013-evolution-5437ef08afdf985caad63d3d15bec5438b30ac11.tar.gz gsoc2013-evolution-5437ef08afdf985caad63d3d15bec5438b30ac11.tar.zst gsoc2013-evolution-5437ef08afdf985caad63d3d15bec5438b30ac11.zip |
Bug #645721 - Fix build error when enabling kerberos without specifying path
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0bbe968ace..5e5fb17941 100644 --- a/configure.ac +++ b/configure.ac @@ -683,7 +683,7 @@ AC_SUBST(GTKHTML_LIBS) dnl ************ dnl Kerberos 5 dnl ************ -EVO_KRB5_SUPPORT +EVO_KRB5_SUPPORT(no) dnl ****************************** dnl Mono hooks |