diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:48:02 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:48:02 -0800 |
commit | 121f070acf0ebaa2cfff37cea5c5758c90ded374 (patch) | |
tree | f6873b51810e445b5f3dd6a1e78fa60c3359e22b | |
parent | 9d31d2162af3b50a6d7c0175d7abc680da9aec76 (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 bb0939d..233c7ee 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ AC_PREREQ([2.60]) # synchronized. # AC_INIT(libXpresent, [1.0.0], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXpresent]) + [https://gitlab.freedesktop.org/xorg/lib/libXpresent/issues], [libXpresent]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([.]) |