configure.ac: check for wayland scanner macro

dev
Peter Hutterer 11 years ago committed by Kristian Høgsberg
parent 1bf14815ef
commit 499d8a4046
  1. 2
      configure.ac

@ -396,6 +396,8 @@ if test "x$have_lcms" = xyes; then
fi
AM_CONDITIONAL(HAVE_LCMS, [test "x$have_lcms" = xyes])
m4_ifndef([WAYLAND_SCANNER_RULES],
[m4_fatal([WAYLAND_SCANNER_RULES not found. Point ACLOCAL to wayland-scanner.m4 before running autoconf/autogen])])
WAYLAND_SCANNER_RULES(['$(top_srcdir)/protocol'])
AC_CONFIG_FILES([Makefile

Loading…
Cancel
Save