summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-16 13:20:45 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-16 13:35:06 -0800
commit02ff3eadf48e6affe3b59ef688312b4dab538e8b (patch)
tree38a873b5d7d9c4bbdac833f31cd9fae8c548bb3b
parent542befe40a3a7c6a5d1dcb7f38fb9eb261b96b24 (diff)
downloadxcb-libxcb-02ff3eadf48e6affe3b59ef688312b4dab538e8b.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 8a05bf1..0c1cfaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([libxcb],[1.13.1],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb],
+ [https://gitlab.freedesktop.org/xorg/lib/libxcb/issues],
[libxcb])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])