diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:50:56 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:50:56 -0800 |
commit | 87a66f2eae8016a62d1b29e38160ed38de3144ef (patch) | |
tree | 3726c8b30899b89a598a859eeb843c4759e826f9 | |
parent | 40f80ca096251353977d3d75e63e6efd5e2321dc (diff) |
Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8afe7a6..94c27b3 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) AC_INIT([libxshmfence], [1.3], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libxshmfence]) + [https://gitlab.freedesktop.org/xorg/lib/libxshmfence/issues], [libxshmfence]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |