summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2003-03-18 15:33:36 +0000
committerAlexandra Ellwood <lxs@mit.edu>2003-03-18 15:33:36 +0000
commitef57ceebaf979cfad932f14f2c3a7647ae102a90 (patch)
treee2396bd0b01202904184bbe872a54e4ad79a4a5a /src/include
parentfabd1405aec697095d8e02709051ca0c6fa97bc7 (diff)
downloadkrb5-ef57ceebaf979cfad932f14f2c3a7647ae102a90.tar.gz
krb5-ef57ceebaf979cfad932f14f2c3a7647ae102a90.tar.xz
krb5-ef57ceebaf979cfad932f14f2c3a7647ae102a90.zip
* configure.in: Use KRB5_AC_NEED_BIND_8_COMPAT to check for bind 9 and higher. When bind 9 is present, BIND_8_COMPAT needs to be defined to get bind 8 types
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15290 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog6
-rw-r--r--src/include/configure.in3
2 files changed, 9 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index a8e7726f5e..1e1d3af1fb 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-18 Alexandra Ellwood <lxs@mit.edu>
+
+ * configure.in: Use KRB5_AC_NEED_BIND_8_COMPAT to check for bind 9
+ and higher. When bind 9 is present, BIND_8_COMPAT needs to be
+ defined to get bind 8 types.
+
2003-03-06 Alexandra Ellwood <lxs@mit.edu>
* krb5.h: Removed enumsalwaysint because there are no typed
diff --git a/src/include/configure.in b/src/include/configure.in
index 7287f153e8..71b47ff3d4 100644
--- a/src/include/configure.in
+++ b/src/include/configure.in
@@ -181,6 +181,9 @@ if test $krb5_cv_has_type_socklen_t = yes; then
fi
dnl
dnl
+KRB5_AC_NEED_BIND_8_COMPAT
+dnl
+dnl
AC_ARG_ENABLE([athena],
[ --enable-athena build with MIT Project Athena configuration],
AC_DEFINE(KRB5_ATHENA_COMPAT,1,[Define if MIT Project Athena default configuration should be used]),)