mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-07 06:30:17 +01:00
Bug 17969: Don't test for abstract sockets if explicitly disabled
Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
0b17cee84d
commit
7df72201cf
1 changed files with 2 additions and 0 deletions
|
|
@ -775,6 +775,7 @@ AC_CHECK_FUNCS(getpeerucred getpeereid)
|
|||
|
||||
#### Abstract sockets
|
||||
|
||||
if ! test x$enable_abstract_sockets = xno; then
|
||||
AC_LANG_PUSH(C)
|
||||
AC_CACHE_CHECK([abstract socket namespace],
|
||||
ac_cv_have_abstract_sockets,
|
||||
|
|
@ -818,6 +819,7 @@ AC_CACHE_CHECK([abstract socket namespace],
|
|||
[ac_cv_have_abstract_sockets=no]
|
||||
)])
|
||||
AC_LANG_POP(C)
|
||||
fi
|
||||
|
||||
if test x$enable_abstract_sockets = xyes; then
|
||||
if test x$ac_cv_have_abstract_sockets = xno; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue