summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2000-06-30 22:00:19 +0000
committerTom Yu <tlyu@mit.edu>2000-06-30 22:00:19 +0000
commite0b10f5888a0b50fe40e37bb9b35ed6b5fa582b6 (patch)
tree3cff33a2fa3fc354faaa61f9f98741196e82e66d /src/lib/kadm5
parent503d5cbf881d5d8824837894b14fed4b89b70188 (diff)
downloadkrb5-e0b10f5888a0b50fe40e37bb9b35ed6b5fa582b6.tar.gz
krb5-e0b10f5888a0b50fe40e37bb9b35ed6b5fa582b6.tar.xz
krb5-e0b10f5888a0b50fe40e37bb9b35ed6b5fa582b6.zip
* 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
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)