Hi, On 10 February 2015 at 14:42, Emil Velikov <[email protected]> wrote: > -AC_PATH_PROG([wayland_scanner], [wayland-scanner]) > +PKG_CHECK_MODULES(WAYLAND_SCANNER, [wayland-scanner], > + wayland-scanner=`$PKG_CONFIG --variable=wayland-scanner > wayland-scanner,
Missing ` (backtick) at the end. The nice thing the AC_PATH_PROG check gives us is the ability to override it on the ./configure command line, which should be preserved above all autodetection, so I guess your patch should be reworked to handle that. Cheers, Daniel _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
