summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-03-16 12:38:45 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-03-16 12:38:45 -0700
commitbc141f304712a109b6b518724e1feb66293bf472 (patch)
treed6393faedd77ea288673da8479cb0b4cbd884741
parent618b3ba5f826d930df2ca6a6a0ce212fa75cef42 (diff)
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 7aedf34..1c6292b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([libXdmcp], [1.1.3],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXdmcp])
+ [https://gitlab.freedesktop.org/xorg/lib/libXdmcp/issues], [libXdmcp])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
# Set common system defines for POSIX extensions, such as _GNU_SOURCE