From 1e5e96f4b0d96a1c763d1f9fd40e491303965083 Mon Sep 17 00:00:00 2001 From: Jonas Ådahl Date: Wed, 25 Nov 2015 10:04:43 +0800 Subject: configure.ac: Fix bugzilla link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit File bugs to the 'unspecified' version of the 'wayland' component. We currently don't have a 'wayland-protocols' component, and 'wayland' is the closest there is right now. Signed-off-by: Jonas Ådahl --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 85cc748..08165c0 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ m4_define([wayland_protocols_version], AC_INIT([wayland-protocols], [wayland_protocols_version], - [https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=protocols&version=wayland-protocols_version], + [https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=unspecified], [wayland-protocols], [http://wayland.freedesktop.org/]) -- cgit v1.2.3