From aa63fc740c510ed44c1a8dc0fc00f0c92c0581a2 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Fri, 7 Nov 2014 14:45:01 +0000 Subject: [PATCH] configure: update bug reporting url Signed-off-by: Thomas Wood --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bb0b16d9..f0d7917e 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_PREREQ([2.60]) AC_INIT([intel-gpu-tools], [1.8], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], + [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=DRM/Intel], [intel-gpu-tools]) AC_CONFIG_SRCDIR([Makefile.am])