Export $(CC) for the benefit of config.guess
authorTheodore Tso <tytso@mit.edu>
Sat, 27 May 1995 04:30:37 +0000 (04:30 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 27 May 1995 04:30:37 +0000 (04:30 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5908 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/configure.in

index cf599c85975be5a19b32635474e1dc5e3116a24e..c2d2439352c8562be94be4d52d9ae421d15fbd73 100644 (file)
@@ -1,5 +1,7 @@
 Fri May 26 21:45:50 1995  Theodore Y. Ts'o  (tytso@dcl)
 
+       * configure.in: Export $(CC) for the benefit of config.guess
+
        * Makefile.in: Create kerbsrc-nt.zip with the right filename, and
                clean up include/krb5.h after making the Windows .zip files.
 
index 48a3a0f72c3fb334f351bd56505ea0026be73cb4..4c326e13577c9fa53bf86116ecafe7dcccb847ee 100644 (file)
@@ -3,7 +3,8 @@ WITH_CCOPTS
 CONFIG_RULES
 AC_SET_BUILDTOP
 AC_MSG_CHECKING([for build host])
-AC_CACHE_VAL(krb5_cv_host, [AC_CANONICAL_HOST
+AC_CACHE_VAL(krb5_cv_host, [export CC
+AC_CANONICAL_HOST
 krb5_cv_host=$host])
 AC_MSG_RESULT($krb5_cv_host)
 WITH_KRB5ROOT