From 25c6ec8728301e8acd467b78cc59abca0ea99db7 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 20 Aug 2012 11:54:25 -0700 Subject: build: Add '&component=GLU' to Bugzilla link --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c52a52f..f5f199a 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ([2.60]) AC_INIT([glu], [1.3.1], - [https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa]) + [https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa&component=GLU]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CANONICAL_HOST -- cgit v1.2.1