From: Todd C. Miller Date: Sun, 15 Feb 1998 23:49:17 +0000 (+0000) Subject: the name of the cached var that signals whether or not you are X-Git-Tag: SUDO_1_5_6~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=686c50ad3255dca50992e2de2c668a270afcc3a1;p=sudo the name of the cached var that signals whether or not you are cross compiling changed. It is now ac_cv_prog_cc_cross --- diff --git a/configure.in b/configure.in index f758cb229..ef375f132 100644 --- a/configure.in +++ b/configure.in @@ -233,7 +233,7 @@ fi dnl dnl C compiler checks dnl -ac_cv_c_cross="no" +ac_cv_prog_cc_cross="no" cross_compiling="no" AC_PROG_CC AC_PROG_CPP