summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2012-08-28 16:37:19 +0200
committerAndreas Boll <andreas.boll.dev@gmail.com>2012-09-19 11:39:56 +0200
commit094e0dec4242c8e7796cd26f7e3df38c9e2c929a (patch)
tree18cad51a183769e25602f803d5ed9548e37a9b3d /configure.ac
parent54ea4aab6cf4e8d6b5274427b027565bdb70864d (diff)
build: add '&component=Demos' to bugzilla link
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index be9caa16..264cb75f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.59])
AC_INIT([mesa-demos], [8.0.1],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa])
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa&component=Demos])
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([dist-bzip2])