* configure.in: Remove AIX_DB_LIB kludge as we're now building
authorTom Yu <tlyu@mit.edu>
Fri, 30 Jun 2000 22:00:19 +0000 (22:00 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 30 Jun 2000 22:00:19 +0000 (22:00 +0000)
libdb reasonably.

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

src/lib/kadm5/ChangeLog
src/lib/kadm5/configure.in

index 3220d18302f7d978428c239c9de7bb189343a60b..3dd06f89ddbbd30b9fd3fd93ea27c76bb3ea36f2 100644 (file)
@@ -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
index 6c1bef9996dd6a21d3e128b566b6666d50b42c36..79875491ab473f83f42850a59973a8f5edda3bba 100644 (file)
@@ -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)