summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-01-22 17:11:26 +0000
committerSimon McVittie <smcv@debian.org>2018-01-22 18:27:20 +0000
commitc6583de2500c14a979248c37942f515aa264656e (patch)
tree9cbb1e2ac6ccacb525db95379adf450d0a988cee
parentf30dd014fae061bf5572c8977b5ebdcb6ce9a7b9 (diff)
downloaddbus-glib-c6583de2500c14a979248c37942f515aa264656e.tar.gz
Remove obsolete --with-test-socket-dir option
Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8be7f30..04307c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,7 +49,6 @@ AC_ARG_ENABLE(tests, AS_HELP_STRING([--enable-tests],[enable unit test code]),en
AC_ARG_ENABLE(ansi, AS_HELP_STRING([--enable-ansi],[enable -ansi -pedantic gcc flags]),enable_ansi=$enableval,enable_ansi=no)
AC_ARG_ENABLE(gcov, AS_HELP_STRING([--enable-gcov],[compile with coverage profiling instrumentation (gcc only)]),enable_gcov=$enableval,enable_gcov=no)
AC_ARG_ENABLE(bash-completion, AS_HELP_STRING([--enable-bash-completion],[install bash completion scripts]),enable_bash_completion=$enableval,enable_bash_completion=yes)
-AC_ARG_WITH(test-socket-dir, AS_HELP_STRING([--with-test-socket-dir=[dirname]],[Where to put sockets for make check]))
AM_CONDITIONAL(DBUS_BASH_COMPLETION, test x$enable_bash_completion = xyes)
if test x$enable_bash_completion = xyes; then