mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-29 22:50:28 +01:00
cleanup: Use gitlab URI for bug reporting
Bugzilla is dead for long time now.
(cherry picked from commit dc59aa5df2)
This commit is contained in:
parent
cecb222d1a
commit
b5638c9882
2 changed files with 2 additions and 2 deletions
|
|
@ -750,7 +750,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.
|
||||
|
|
|
|||
|
|
@ -2440,7 +2440,7 @@ _dbus_read_credentials_socket (DBusSocket client_fd,
|
|||
#else /* no supported mechanism */
|
||||
|
||||
#warning Socket credentials not supported on this Unix OS
|
||||
#warning Please tell https://bugs.freedesktop.org/enter_bug.cgi?product=DBus
|
||||
#warning Please tell https://gitlab.freedesktop.org/dbus/dbus/-/issues/new
|
||||
|
||||
/* Please add other operating systems known to support at least one of
|
||||
* the mechanisms above to this list, keeping alphabetical order.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue