summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-03-16 10:25:49 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-03-16 10:25:49 -0700
commit86b2e70648531f1af11e0541f69468212c3f2190 (patch)
tree1fa02201eea283c3980d73f0207e4e545add1a2f
parent7ecd11d573a087e075036e0479c9e3f58ee9fa5d (diff)
downloadxorg-lib-libXext-86b2e70648531f1af11e0541f69468212c3f2190.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 5c241f5..3ec0f89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([libXext], [1.3.3],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXext])
+ [https://gitlab.freedesktop.org/xorg/lib/libXext/issues], [libXext])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])