[24054] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23658 - trunk/athena/bin/lert

daemon@ATHENA.MIT.EDU (Evan Broder)
Sun Mar 29 13:49:43 2009

Date: Sun, 29 Mar 2009 13:49:32 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200903291749.n2THnWSS001905@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: broder
Date: 2009-03-29 13:49:31 -0400 (Sun, 29 Mar 2009)
New Revision: 23658

Modified:
   trunk/athena/bin/lert/configure.in
Log:
Add the ATHENA_KRB5 macro back to lert's configure.in. Apparently
ATHENA_KRB5_REQUIRED isn't enough on its own.

Modified: trunk/athena/bin/lert/configure.in
===================================================================
--- trunk/athena/bin/lert/configure.in	2009-03-29 17:33:52 UTC (rev 23657)
+++ trunk/athena/bin/lert/configure.in	2009-03-29 17:49:31 UTC (rev 23658)
@@ -8,6 +8,7 @@
 AC_CHECK_FUNC(dbm_open, :, AC_CHECK_LIB(db, dbm_open))
 ATHENA_HESIOD_REQUIRED
 ATHENA_KRB4
+ATHENA_KRB5
 ATHENA_KRB5_REQUIRED
 
 AC_OUTPUT(Makefile)


home help back first fref pref prev next nref lref last post