diff options
author | Martin-Éric Racine <q-funk@iki.fi> | 2008-01-14 12:32:13 +0200 |
---|---|---|
committer | Martin-Éric Racine <q-funk@iki.fi> | 2008-01-14 12:32:13 +0200 |
commit | ba2880433912cd63c68cd81682d8e48c3cf77a09 (patch) | |
tree | a2d783d086c7bcee9b55905e16505a1e4d33d2d9 /configure.ac | |
parent | cf5e5d2b37de2504b76d96e1f26a5450550b8320 (diff) |
Expanded the bug reporting URL in configure.ac to specify the Driver/AMD component.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c630564..bc9dc5e 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-amd], 2.7.7.5, - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver%2FAMD], xf86-video-amd) AC_CONFIG_SRCDIR([Makefile.am]) |