Hi Andreas, * Andreas Schwab wrote on Thu, Mar 20, 2008 at 06:24:32PM CET: > Ralf Wildenhues <Ralf.Wildenhues@xxxxxx> writes: > > > save_cross_compiling=$cross_compiling > > cross_compiling=yes > > AC_COMPUTE_INT([...]) > > cross_compiling=$save_cross_compiling > > Can this go wrong when AC_COMPUTE_INT AC_REQUIRE's other macros? Yep, certainly. AC_PROG_CC should definitely be called beforehand. Thanks, Ralf _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf