Fix: don't accept configure --disable-shared
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 25 Mar 2014 14:00:28 +0000 (10:00 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 25 Mar 2014 14:04:03 +0000 (10:04 -0400)
commit95be90cdad85110399b1db94be77a7e76497fa1f
tree303b153e7458adcf49903faf130cb449a9cf6aa7
parentf5a9830bea82a79a976c3726c8d96f4bba674ed4
Fix: don't accept configure --disable-shared

Building LTTng-UST with --disable-shared compiles fine, but the
resulting installed static libraries silently fails to trace, because
tracepoint fails to dlopen liblttng-ust-tracepoint.so. So don't allow
this unsupported configure option.

Also document this requirement in the README.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
README
configure.ac
This page took 0.024419 seconds and 4 git commands to generate.