From e0b10f5888a0b50fe40e37bb9b35ed6b5fa582b6 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 30 Jun 2000 22:00:19 +0000 Subject: * configure.in: Remove AIX_DB_LIB kludge as we're now building libdb reasonably. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12491 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/kadm5/ChangeLog | 5 +++++ src/lib/kadm5/configure.in | 12 ------------ 2 files changed, 5 insertions(+), 12 deletions(-) (limited to 'src/lib/kadm5') 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 + + * configure.in: Remove AIX_DB_LIB kludge as we're now building + libdb reasonably. + 2000-06-28 Ezra Peisach * 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) -- cgit