autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Implementation of `AC_COMPUTE_INT'


From: Ralf Wildenhues
Subject: Re: Implementation of `AC_COMPUTE_INT'
Date: Thu, 20 Mar 2008 17:48:48 +0100
User-agent: Mutt/1.5.17 (2008-03-09)

* Ralf Wildenhues wrote on Thu, Mar 20, 2008 at 05:46:14PM CET:
> 
> For example:

For a *correct* example:

# We temporarily set cross-compile mode to force AC_COMPUTE_INT
# to use the slow link-only method
save_cross_compiling=$cross_compiling
cross_compiling=yes
AC_COMPUTE_INT([...])
cross_compiling=$save_cross_compiling




reply via email to

[Prev in Thread] Current Thread [Next in Thread]