* configure.in: Call AC_REQUIRE_CPP before checking for GCC, to ensure that we
authorKen Raeburn <raeburn@mit.edu>
Tue, 16 Jan 2001 19:00:45 +0000 (19:00 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 16 Jan 2001 19:00:45 +0000 (19:00 +0000)
always set $CPP.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12904 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/configure.in

index 05ad45625803f6f0fc30e2ca8fa9ba7ed5a0c9f9..b7e4858b2106c3114ea3091dfe4187098814b471 100644 (file)
@@ -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
index 029e604fcaa5f6c63dc7b34e64c6f922ac0acdd0..76ef3552662e3208aaa4c0128fc72fb5c6aa0121 100644 (file)
@@ -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.