summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-15 11:41:27 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-29 11:16:44 +0100
commitf7b7de3bb14d29ab02d1e713036467adc6b9cb56 (patch)
tree23f3b012ac40002b0ef0d11230d66a1b37268ad2 /configure.ac
parent42d7a573cff2febb9938e30edcebc420e0f40195 (diff)
downloaddbus-f7b7de3bb14d29ab02d1e713036467adc6b9cb56.tar.gz
Don't explicitly link thread and network libs into various tests
These tests get everything they need from the public or internal API of libdbus-internal.la, and libtool knows how to pull in libraries' dependencies, so we don't need explicit linking. spawn-test and break-loader don't actually need test-utils.[ch] either.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 4a7ac3e9..aed3a772 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1137,9 +1137,6 @@ AC_SUBST([NETWORK_libs])
LIBDBUS_LIBS="$THREAD_LIBS $NETWORK_libs"
AC_SUBST([LIBDBUS_LIBS])
-DBUS_TEST_LIBS="$THREAD_LIBS $NETWORK_libs"
-AC_SUBST(DBUS_TEST_LIBS)
-
### X11 detection
DBUS_X_LIBS=
DBUS_X_CFLAGS=