diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-03-16 12:39:31 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-03-16 12:39:31 -0700 |
commit | 174a94975af710247719310cfc53bd13e1f3b44d (patch) | |
tree | 563acb8320a272b2f18bc577a1c55401d99171eb | |
parent | 1e238b40bbef0664d281432c19634df39a19b1ee (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 0ec7b86..5a55206 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ AC_PREREQ([2.60]) # synchronized. # AC_INIT(libXfixes, [5.0.3], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXfixes]) + [https://gitlab.freedesktop.org/xorg/lib/libXfixes/issues], [libXfixes]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |