* configure.in: Don't pull in libdb on AIX any more
authorKen Raeburn <raeburn@mit.edu>
Mon, 10 Oct 2005 02:07:38 +0000 (02:07 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 10 Oct 2005 02:07:38 +0000 (02:07 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17413 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kdb/ChangeLog
src/lib/kdb/configure.in

index 7672d5396f6676bcb36d20f10bb58066f92d1bb2..388daa24438e33c8265da925fa0220ab612b9a2a 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-09  Ken Raeburn  <raeburn@mit.edu>
+
+       * configure.in: Don't pull in libdb on AIX any more.
+
 2005-10-04  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in (DBDIR, DBOBJLISTS, DBOBJLISTS-sys, DBOBJLISTS-k5):
index a41ea6b9bef0449a195caaa8a2a8a22e0dcc8d69..7d6a1ed479f2c0b501612a25f2a3640c1c3aebbc 100644 (file)
@@ -7,14 +7,6 @@ AC_TYPE_OFF_T
 AC_CHECK_HEADERS(pthread.h)
 AC_CHECK_FUNCS(srand48 srand srandom umask)
 
-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.
-case $krb5_cv_host in
-*-*-aix*)
-       LIBS="$LIBS -ldb"
-       ;;
-esac
 KRB5_RUN_FLAGS
 dnl The following is for check...
 KRB5_BUILD_PROGRAM