summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-01-26 17:19:36 -0500
committerMatt Turner <mattst88@gmail.com>2012-01-26 17:19:36 -0500
commitbd0aa75692cc421bfeada64239fc381c40bc2ec9 (patch)
tree06ed1e4ee8afcf3ae8b9ea76fc39eabdfe65a6eb
parent97a1aa4b460e6ffda16704954012063c094d770b (diff)
Add &component=Driver/ark to Bugzilla link
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2142ab6..cbd61e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@
AC_PREREQ([2.60])
AC_INIT([xf86-video-ark],
[0.7.3],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/ark],
[xf86-video-ark])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])