summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.landwerlin@openwide.fr>2008-10-18 14:25:52 -0400
committerColin Walters <walters@verbum.org>2008-10-18 14:25:52 -0400
commit7df72201cfeafc933ead4abfcdaddf8a65f392a5 (patch)
tree0ccd63deec0d0c5bdcec7733805dbf80653b8e99
parent0b17cee84d832b5df7c85a5e5b587fa5cd333964 (diff)
Bug 17969: Don't test for abstract sockets if explicitly disabled
Signed-off-by: Colin Walters <walters@verbum.org>
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 291e494e..5c214408 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