summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-20 11:29:50 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-11-19 15:34:34 +0000
commit82c724ab629d7aaea7f7461c375407ac41c0c09a (patch)
tree6fdf1d682635dc641626dcd540c479cae54ff067 /configure.ac
parent61081c7ed819a844e26837688347182721922d57 (diff)
Remove --with-socket-dir, use /tmp for its only use
test-profile.c is not run by default anyway, and it hard-codes the use of Unix sockets which isn't portable off Unix. If you have Unix sockets but not /tmp, then your platform has worse problems than inability to run all dbus-glib tests. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=40711 Reviewed-by: Dan Williams <dcbw@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index eb68dbd..f27a407 100644
--- a/configure.ac
+++ b/configure.ac
@@ -352,14 +352,6 @@ AC_SUBST(DBUS_GLIB_TOOL_LIBS)
### gtk-doc Documentation
GTK_DOC_CHECK(1.4)
-if ! test -z "$with_test_socket_dir" ; then
- TEST_SOCKET_DIR="$with_test_socket_dir"
-else
- TEST_SOCKET_DIR=$DEFAULT_SOCKET_DIR
-fi
-AC_SUBST(TEST_SOCKET_DIR)
-AC_DEFINE_UNQUOTED(DBUS_TEST_SOCKET_DIR, "$TEST_SOCKET_DIR", [Where to put test sockets])
-
AC_OUTPUT([
Makefile
m4/Makefile
@@ -404,7 +396,6 @@ echo "
Building Gtk-doc docs: ${enable_gtk_doc}
Bash Completion: ${enable_bash_completion}
Using XML parser: ${with_xml}
- 'make check' socket dir: ${TEST_SOCKET_DIR}
"
if test x$enable_tests = xyes; then