summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-11-01 15:54:13 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-11-30 16:51:27 +0100
commitdc59aa5df2c0c9a8fce5f5f0c33b69f21258c1ac (patch)
treeb96ac43895d7eac71117ad79624109fdf7f3603c /configure.ac
parenta3636a1d9e03decd8a4b13de5e3b7fb067d720a4 (diff)
downloaddbus-dc59aa5df2c0c9a8fce5f5f0c33b69f21258c1ac.tar.gz
cleanup: Use gitlab URI for bug reporting
Bugzilla is dead for long time now.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5187229c..9a8b14f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -672,7 +672,7 @@ AC_ARG_VAR([THREAD_LIBS])
save_libs="$LIBS"
LIBS="$LIBS $THREAD_LIBS"
-is_missing_pthread_function="is required when compiling D-Bus on Unix platforms, but is not in your libc or libpthread. Please open a bug on https://bugs.freedesktop.org/enter_bug.cgi?product=dbus with details of your platform."
+is_missing_pthread_function="is required when compiling D-Bus on Unix platforms, but is not in your libc or libpthread. Please open a bug on https://gitlab.freedesktop.org/dbus/dbus/-/issues/new with details of your platform."
# Don't do these automatic checks if the user set THREAD_LIBS on the
# configure command-line. If they did, we assume they're right.