From: Ken Raeburn Date: Sun, 25 Mar 2007 23:08:58 +0000 (+0000) Subject: Don't test for stuff not used, used unconditionally, or with feature-test macros... X-Git-Tag: krb5-1.7-alpha1~1227 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d3ea41c62f8e4f495619376503d1adaf16547f03;p=krb5.git Don't test for stuff not used, used unconditionally, or with feature-test macros in k5-int.h available at test time git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19275 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/plugins/kdb/db2/configure.in b/src/plugins/kdb/db2/configure.in index 0a81c4f76..fb1ce0031 100644 --- a/src/plugins/kdb/db2/configure.in +++ b/src/plugins/kdb/db2/configure.in @@ -1,11 +1,7 @@ K5_AC_INIT(configure.in) CONFIG_RULES -AC_CHECK_HEADERS(unistd.h) -AC_TYPE_MODE_T AC_TYPE_OFF_T -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.