From: Lionel Landwerlin Date: Sat, 18 Oct 2008 18:25:52 +0000 (-0400) Subject: Bug 17969: Don't test for abstract sockets if explicitly disabled X-Git-Tag: dbus-1.3.0~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7df72201cfeafc933ead4abfcdaddf8a65f392a5;p=thirdparty%2Fdbus.git Bug 17969: Don't test for abstract sockets if explicitly disabled Signed-off-by: Colin Walters --- diff --git a/configure.in b/configure.in index 291e494e4..5c2144085 100644 --- a/configure.in +++ b/configure.in @@ -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