diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2013-10-10 00:45:15 +0200 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2013-10-10 15:38:50 +0200 |
commit | 9f0366019d6f344c64b23a0cac29c175fed1673e (patch) | |
tree | 7d688335055160c253204a189db6c91a8f8b37ca /configure.ac | |
parent | c8bc5f24b721bc03679c44669cf5e655c1e99b5f (diff) | |
download | dbus-9f0366019d6f344c64b23a0cac29c175fed1673e.tar.gz |
Use TEST_LISTEN in incoming-listen.conf.in instead of unix only hardcoded address
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=68506
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index bfacd0a4..b29c8f09 100644 --- a/configure.ac +++ b/configure.ac @@ -1774,6 +1774,7 @@ dbus-1.pc dbus-1-uninstalled.pc test/data/valid-config-files/debug-allow-all.conf test/data/valid-config-files/debug-allow-all-sha1.conf +test/data/valid-config-files/incoming-limit.conf test/data/valid-config-files-system/debug-allow-all-pass.conf test/data/valid-config-files-system/debug-allow-all-fail.conf test/data/valid-service-files/org.freedesktop.DBus.TestSuite.PrivServer.service |