[Xcb] Re: [Xcb-commit] configure.ac src
Vincent Torri
vtorri at univ-evry.fr
Tue Nov 28 11:29:22 PST 2006
Ok, I've committed the changes. It works here.
Vincent
On Tue, 28 Nov 2006, Jamey Sharp wrote:
> On Tue, Nov 28, 2006 at 10:44:02AM +0100, Vincent Torri wrote:
>> I've attached a patch. Does it look good enough ?
>
> Sure, it looks great! One minor change though. I think you just want to
> use HAVE_CHECK rather than introducing build_tests. Admittedly it'll
> then say "true" instead of "yes", but you can change how HAVE_CHECK is
> defined if you care. There's nothing magic about which string it uses.
>
>> +build_tests="no"
>> +if test "x${HTML_CHECK_RESULT}" = "xtrue" ; then
>> + build_tests="yes"
>> +fi
>
> So I don't think you need the above, and
>
>> +echo " Build unit tests....: ${build_tests}"
>
> This should just say HAVE_CHECK.
>
> Feel free to commit.
>
> --Jamey
>
More information about the Xcb
mailing list