Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 721582 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/configure
0
++ b/configure
Lines 28386-28393 Link Here
28386
  test -n "$WAYLAND_SCANNER" && break
28386
  test -n "$WAYLAND_SCANNER" && break
28387
done
28387
done
28388
28388
28389
    if test x"$HAVE_WAYLAND_EGL" == xyes ; then
28389
    if test "x$HAVE_WAYLAND_EGL" = "xyes" ; then
28390
      if test x"$WAYLAND_SCANNER" == x ; then
28390
      if test "x$WAYLAND_SCANNER" = "x" ; then
28391
        as_fn_error $? "Found Wayland libraries, but couldn't find wayland-scanner binary." "$LINENO" 5
28391
        as_fn_error $? "Found Wayland libraries, but couldn't find wayland-scanner binary." "$LINENO" 5
28392
      fi
28392
      fi
28393
28393

Return to bug 721582