configure: add --disable-tools and --disable-benchmarks options
authorLionel Landwerlin <llandwerlin@gmail.com>
Thu, 7 Jun 2012 10:30:48 +0000 (11:30 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 26 Jun 2012 22:12:56 +0000 (23:12 +0100)
commit8b3708ea8cf591c891bad2b9655b14923640d0bf
tree1086ef261887812f019af5495208fc36b52502cb
parent2c532aa821e540a460b2daed66a5190345002a96
configure: add --disable-tools and --disable-benchmarks options

Add option to avoid build binaries. When building for platforms like
android, you might want to not link any "final" binary, mostly because
it requires special link flags or other parts of code that aren't
in the C library.

https://bugzilla.gnome.org/show_bug.cgi?id=677621
Makefile.am
configure.ac
tests/Makefile.am