From c38435860e7191dc6b53996066864b9a073512e3 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 19 Apr 1999 13:17:19 +0000 Subject: [PATCH] do all the krb4 tests with "$krb4" != "no" git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5995 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 55255dbc3..c2645aee8 100644 --- a/configure.in +++ b/configure.in @@ -62,7 +62,7 @@ fi AC_TEST_PACKAGE_NEW(krb4,[#include ],-lkrb,-ldes,/usr/athena) LIB_kdb= -if test "$with_krb4"; then +if test "$with_krb4" != "no"; then LIB_kdb="-lkdb -lkrb" if test "$krb4_libdir"; then LIB_krb4="-rpath $krb4_libdir $LIB_krb4" @@ -102,7 +102,7 @@ if test "$with_krb4"; then [Define to two if your krb.h doesn't]) fi fi -AM_CONDITIONAL(KRB4, test "$with_krb4") +AM_CONDITIONAL(KRB4, test "$with_krb4" != "no") AM_CONDITIONAL(KRB5, true) AC_DEFINE(KRB5, 1, [Enable Kerberos 5 support in applications.])dnl AC_SUBST(LIB_kdb)dnl