On Tue, Jan 07, 2014 at 04:19:14PM -0700, Eric Blake wrote:
On 01/07/2014 04:10 PM, Guido Günther wrote:
> ---
> I'm not sure whether it's good autoconf style to have AC_ARG_WITH in a
> conditional so this patch moves it out.
Much of the code within AC_ARG_WITH gets executed unconditionally
(because it gets hoisted to earlier parts of the configure than where
you actually invoked it in configure.ac), so you are correct that using
it unconditionally is better style. ACK.
Pushed now. Thanks.
-- Guido