From: Ken Raeburn Date: Tue, 16 Jan 2001 19:00:45 +0000 (+0000) Subject: * configure.in: Call AC_REQUIRE_CPP before checking for GCC, to ensure that we X-Git-Tag: krb5-1.3-alpha1~1723 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=316819aabb3b984a7901a3ece6ea652d44a43db4;p=krb5.git * configure.in: Call AC_REQUIRE_CPP before checking for GCC, to ensure that we always set $CPP. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12904 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 + + * 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 * 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.