* configure.in: Define NDBM_PW_CHECK if enable_athena is set to
authorTom Yu <tlyu@mit.edu>
Tue, 12 Jan 1999 23:26:44 +0000 (23:26 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 12 Jan 1999 23:26:44 +0000 (23:26 +0000)
deal with v4kadmind kludge.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11105 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/ChangeLog
src/kadmin/configure.in

index 84849c52587dc4cf529afbaa0c2d35499c0403f7..cea548bc201c6398f66565806c14e887fe53e871 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jan 12 18:26:04 1999  Tom Yu  <tlyu@mit.edu>
+
+       * configure.in: Define NDBM_PW_CHECK if enable_athena is set to
+       deal with v4kadmind kludge.
+
 1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in: Set the myfulldir and mydir variables (which are
index 189a9aaa29fb406fb1d01e8cf2925dee89212ed2..5148b262f325d1c01810535efb41a332f2ef0d8e 100644 (file)
@@ -31,6 +31,12 @@ if test "$have_PERL" = perl -a "$have_RUNTEST" = runtest -a "$TCL_LIBS" != "" -a
 fi
 AC_SUBST(DO_V4_TEST)
 dnl
+dnl For ndbm password checking kludge.
+dnl
+if test "$ath_compat" = "compat"; then
+       AC_DEFINE(NDBM_PW_CHECK)
+fi
+dnl
 dnl The following are substituted into testing/scripts/env-setup.sh
 RBUILD=`pwd`/..
 AC_SUBST(RBUILD)