projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f0f60e
)
Don't test for stuff not used, used unconditionally, or with feature-test macros...
author
Ken Raeburn
<raeburn@mit.edu>
Sun, 25 Mar 2007 23:08:58 +0000
(23:08 +0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Sun, 25 Mar 2007 23:08:58 +0000
(23:08 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19275
dc483132
-0cff-0310-8789-
dd5450dbe970
src/plugins/kdb/db2/configure.in
patch
|
blob
|
history
diff --git
a/src/plugins/kdb/db2/configure.in
b/src/plugins/kdb/db2/configure.in
index 0a81c4f76b8b122dcbc663582a7cac627a7e215e..fb1ce00313b905d476d4e4e556da526c58038bcc 100644
(file)
--- 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.