<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Mar 29, 2014 at 1:59 PM, Jonas Ådahl <span dir="ltr"><<a href="mailto:jadahl@gmail.com" target="_blank">jadahl@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sat, Mar 29, 2014 at 12:59:18PM +0100, William Di Luigi wrote:<br>
> Currently in libinput/<a href="http://configure.ac" target="_blank">configure.ac</a> there are these lines:<br>
><br>
> # Check for programs<br>
> AC_PROG_CC_C99<br>
><br>
> In order to make the configure phase of jhbuild work, they should become:<br>
><br>
> # Check for programs<br>
> AC_PROG_CC_C99<br>
> AC_PROG_CXX<br>
<br>
</div></div>AC_PROG_CXX should only be needed if tests are built, and its checked<br>
only in that case here[0]. Is that not working for you?<br>
<br>
[0] <a href="http://cgit.freedesktop.org/wayland/libinput/tree/configure.ac#n79" target="_blank">http://cgit.freedesktop.org/wayland/libinput/tree/configure.ac#n79</a><br></blockquote><div><br></div><div>That won't work, if tests are disabled: automake sees that c++ is available through the trace, and assumes the macro is called unconditionally, so if one does not enable tests the build fails.<br>
<br></div><div>William<br></div></div></div></div>