summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog7
-rw-r--r--src/configure.in3
2 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 05ad45625..b7e4858b2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2001-01-16 Ken Raeburn <raeburn@mit.edu>
+
+ * acconfig.h (HAVE_SA_LEN): Undef.
+
+ * configure.in: Call AC_REQUIRE_CPP before checking for GCC, to
+ ensure that we always set $CPP.
+
2000-12-06 Ken Raeburn <raeburn@mit.edu>
* aclocal.m4 (KRB5_AC_INET6): Ensure that we check for sa_len
diff --git a/src/configure.in b/src/configure.in
index 029e604fc..76ef35526 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -9,6 +9,9 @@ fi
dnl
CONFIG_RULES
dnl
+dnl This causes us to *always* set CPP, instead of doing it below only
+dnl when krb5_cv_prog_gcc isn't set.
+AC_REQUIRE_CPP
dnl
dnl We cannot use the autoconf form as it is too generic and sets other
dnl variables. This is only for the purpose of changing the link options.