]> git.ipfire.org Git - thirdparty/dbus.git/commit
cmake: check for the necessary symbols for test-segfault.c
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 20 Feb 2015 16:00:30 +0000 (16:00 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 20 Feb 2015 20:50:17 +0000 (20:50 +0000)
commitbe55374fb5594e167fdb52455e2f4481f45f84c7
tree551b4c84f447e21d415f481e7de3b34dccf32741
parentc35d7d1eb773c27018ec4e326bfac0b973e743c0
cmake: check for the necessary symbols for test-segfault.c

If we don't check for them, and you have core dumps enabled, then
running this test under cmake is really annoying, because it leaves
lots of core dumps none of which are actually a problem.

The equivalent Autotools change (which added the actual code that
this relies on) is commit ae50d46, from fd.o#83772.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=83115
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
cmake/ConfigureChecks.cmake