summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/kadm5')
-rw-r--r--src/lib/kadm5/ChangeLog5
-rw-r--r--src/lib/kadm5/configure.in12
2 files changed, 5 insertions, 12 deletions
diff --git a/src/lib/kadm5/ChangeLog b/src/lib/kadm5/ChangeLog
index 3220d1830..3dd06f89d 100644
--- a/src/lib/kadm5/ChangeLog
+++ b/src/lib/kadm5/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-30 Tom Yu <tlyu@mit.edu>
+
+ * configure.in: Remove AIX_DB_LIB kludge as we're now building
+ libdb reasonably.
+
2000-06-28 Ezra Peisach <epeisach@mit.edu>
* alt_prof.c (krb5_aprof_init): profile_init takes a
diff --git a/src/lib/kadm5/configure.in b/src/lib/kadm5/configure.in
index 6c1bef999..79875491a 100644
--- a/src/lib/kadm5/configure.in
+++ b/src/lib/kadm5/configure.in
@@ -9,18 +9,6 @@ AC_PROG_AWK
AC_CHECK_HEADERS(syslog.h memory.h)
AC_CHECK_FUNCS(openlog syslog closelog strftime vsprintf)
KRB5_AC_REGEX_FUNCS
-dnl
-dnl AIX is unusual in that it wants all symbols resolved at link time
-dnl Fortunately, it will allow us to link the kdb library now, even if
-dnl it is linked again later.
-AIX_DB_LIB=''
-case $krb5_cv_host in
-*-*-aix*)
- AIX_DB_LIB="-ldb"
- ;;
-esac
-AC_SUBST(AIX_DB_LIB)
-dnl
AC_CANONICAL_HOST
dnl The following are tests for the presence of programs required for testing
AC_CHECK_PROG(RUNTEST,runtest,runtest)