+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):
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