summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-12-07 19:41:07 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-12-07 19:41:07 -0800
commit8ff9605921a6ea3e05b5c72aa1b2a7f78b624699 (patch)
treefba4c3a35ff8eaf5736fa2fe36c350169167c2e4
parent534456082ed051d6427a77e4bda19473ea8b621c (diff)
downloadxorg-lib-libXcursor-8ff9605921a6ea3e05b5c72aa1b2a7f78b624699.tar.gz
Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 00659ff..cb86653 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_PREREQ([2.60])
# version. This version number will be substituted into Xcursor.h
#
AC_INIT([libXcursor], [1.1.15],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],[libXcursor])
+ [https://gitlab.freedesktop.org/xorg/lib/libXcursor/issues],[libXcursor])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h include/X11/Xcursor/Xcursor.h])
# Set common system defines for POSIX extensions, such as _GNU_SOURCE