<div dir="ltr">Currently in libinput/<a href="http://configure.ac">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></div>