On Sat, Mar 29, 2014 at 12:59:18PM +0100, William Di Luigi wrote:
> Currently in libinput/configure.ac there are these lines:
> 
> # Check for programs
> AC_PROG_CC_C99
> 
> In order to make the configure phase of jhbuild work, they should become:
> 
> # Check for programs
> AC_PROG_CC_C99
> AC_PROG_CXX

AC_PROG_CXX should only be needed if tests are built, and its checked
only in that case here[0]. Is that not working for you?

[0] http://cgit.freedesktop.org/wayland/libinput/tree/configure.ac#n79


> _______________________________________________
> wayland-devel mailing list
> wayland-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to