aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-06-17 14:37:43 +0000
committerJörg Mayer <jmayer@loplof.de>2004-06-17 14:37:43 +0000
commitd69ae05d29400d76da0657dd50c18742d5bd86c6 (patch)
treea97b1ba381287c1d777150b0aa9aca32fbfa4291 /configure.in
parent7abd8a323d244b4088506b29efd02365cb523673 (diff)
Turn on kerberos by default if it is present
svn path=/trunk/; revision=11165
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 40a20a2ab2..f9903a56c6 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.265 2004/06/09 03:08:12 gerald Exp $
+# $Id: configure.in,v 1.266 2004/06/17 14:37:43 jmayer Exp $
#
AC_INIT(etypes.h)
@@ -733,7 +733,7 @@ AC_MSG_CHECKING(whether to use kerberos/heimdal)
AC_ARG_WITH(krb5,
changequote(<<, >>)dnl
-<< --with-krb5[=DIR] use kerberos/heimdal (located in directory DIR, if supplied) to use in kerberos dissection [default=no]>>,
+<< --with-krb5[=DIR] use kerberos/heimdal (located in directory DIR, if supplied) to use in kerberos dissection [default=yes]>>,
changequote([, ])dnl
[
if test $withval = no
@@ -750,7 +750,7 @@ changequote([, ])dnl
#
# Use kerberos/heimdal if specified, otherwise don't.
#
- want_krb5=no
+ want_krb5=yes
krb5_dir=
])
if test "x$want_krb5" = "xno" ; then