diff options
| author | Tom Yu <tlyu@mit.edu> | 2004-09-14 22:25:07 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2004-09-14 22:25:07 +0000 |
| commit | 16eff1cd4cc65f468b0c87269b55d3b234c3a0ad (patch) | |
| tree | d3aa89ed0a1ecd1a6a0e2a5b7cf50f2fee41871d /src/ChangeLog | |
| parent | bbb4b23f0570116e8b88b5c9cdf14a42441dce81 (diff) | |
| download | krb5-16eff1cd4cc65f468b0c87269b55d3b234c3a0ad.tar.gz krb5-16eff1cd4cc65f468b0c87269b55d3b234c3a0ad.tar.xz krb5-16eff1cd4cc65f468b0c87269b55d3b234c3a0ad.zip | |
* aclocal.m4 (AC_LIBRARY_NET): Require the BIND_8_COMPAT check
prior to looking for prototypes, as BIND 9 (at least on Panther)
turns off some prototypes and typedefs if BIND_8_COMPAT is
defined.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16756 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 943f52234..4444d12a3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2004-09-14 Tom Yu <tlyu@mit.edu> + + * aclocal.m4 (AC_LIBRARY_NET): Require the BIND_8_COMPAT check + prior to looking for prototypes, as BIND 9 (at least on Panther) + turns off some prototypes and typedefs if BIND_8_COMPAT is + defined. + 2004-09-13 Tom Yu <tlyu@mit.edu> * aclocal.m4: Fix check for resolv.h; some platforms have |
