always set $CPP.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12904
dc483132-0cff-0310-8789-
dd5450dbe970
+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
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.