2010/1/17 Diego Elio “Flameeyes” <flameeyes(a)gmail.com>:
Il giorno dom, 17/01/2010 alle 13.22 +0100, Matthias Bolte ha
scritto:
> > AC_ARG_WITH([xen-proxy],
> > -[ --with-xen-proxy add XEN setuid proxy support
> (on)],[],[with_xen_proxy=auto])
> > + AS_HELP_STRING([--with-xen-proxy], [add XEN setuid proxy support
> @<:@default=yes@:>@]),[],[with_xen_proxy=auto])
>
> s/default=yes/default=auto/
>
> I think we should rename auto to check here, because the rest of
> configure uses the word check for this.
I'm not sure about this because the way it works here is quite different
from how it works on the parts where check is used…
--
Diego Elio Pettenò — “Flameeyes”
http://blog.flameeyes.eu/
Okay, you are right, the test is different here. I'm fine with auto.
Matthias